Ecore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jun 2012 13:20:02 +0000 (13:20 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jun 2012 13:20:02 +0000 (13:20 +0000)
commitd0730d2a60301e6c3391d827df61dfe3091333be
tree43ca40e2415934fb7dff17b5b1ce9dcd88c37da5
parentb18f8cd0901a05a7414ec0ada9e754b887ac891d
Ecore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
enhance keyboard input handling.

* Associate the keymap with the input device rather than the display
since you could could have different keymaps associated with different
devices.

* Increase the size of character arrays used for the string
representations of
the keyname, keysym and for the string representing the key.

* Re-enable the code that converts the keysym to a printable
definition - this
is required where the keysym is not the same as the printable definition

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl.c
src/lib/ecore_wayland/ecore_wl_input.c