GNOME Bugzilla – Bug 692823
GdkDeviceCore should be public as GdkWaylandDevice
Last modified: 2013-02-02 04:02:47 UTC
GdkDeviceCore should be renamed to GdkWaylandDevice and made public. Additionaly it should be possible to access the wl_seat, wl_pointer and wl_keyboard.
Created attachment 234771 [details] [review] [PATCH] wayland: Remove unused, commented out code gdk/wayland/gdkdevice-wayland.c | 405 ---------------------------------------- 1 file changed, 405 deletions(-)
Created attachment 234772 [details] [review] [PATCH] wayland: Rename GdkWaylandDevice Rename GdkWaylandDevice to GdkWaylandDeviceData so that GdkDeviceCore can be renamed to GdkWaylandDevice. --- gdk/wayland/gdkdevice-wayland.c | 64 ++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 32 deletions(-)
Created attachment 234773 [details] [review] [PATCH] wayland: Make GdkWaylandDevice public Rename GdkDeviceCore to GdkWaylandDevice and export it properly in a header file. Add public accessors for wl_seat, wl_pointer and wl_keyboard. --- gdk/wayland/Makefile.am | 1 + gdk/wayland/gdkdevice-wayland.c | 177 +++++++++++++++++++-------------------- gdk/wayland/gdkprivate-wayland.h | 4 - gdk/wayland/gdkwayland.h | 1 + gdk/wayland/gdkwaylanddevice.h | 54 ++++++++++++ gdk/wayland/gdkwindow-wayland.c | 4 +- 6 files changed, 145 insertions(+), 96 deletions(-)