]> Pileus Git - ~andy/gtk/commit
wayland: Port to new input protocol mechanism
authorRob Bradford <rob@linux.intel.com>
Wed, 11 Jul 2012 13:29:43 +0000 (14:29 +0100)
committerRob Bradford <rob@linux.intel.com>
Thu, 12 Jul 2012 14:58:38 +0000 (15:58 +0100)
commit3eb0b195ed18a52a8df141178ce5ce735f87e6e7
tree8a3688cd55899078821faeb26083166ce7ac1727
parentb1a5b19b4ab2c8761f223f35a21487bc294f5d2c
wayland: Port to new input protocol mechanism

This replaces the wl_input_device with wl_pointer, wl_keyboard, wl_touch all
tied together under a wl_seat.

This is quite a radical change in protocol and for now keyboard handling is
disabled.
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/wayland/gdkwindow-wayland.c