ecore-x: Set keycode in ecore_event structure during key press/release events
authorChris Michael <cp.michael@samsung.com>
Tue, 6 May 2014 12:09:20 +0000 (13:09 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 May 2014 07:00:26 +0000 (08:00 +0100)
commit6994cb2a86dda3dc333dcf049c93de29976cf3a8
treed6ebb5e99d61503fb129d2f193ab286c8debdf29
parente4f5c1d3f8a35d8ee751054f4b0e96e7491becb2
ecore-x: Set keycode in ecore_event structure during key press/release events

bugfix@: As we have support in the Ecore_Event structure for storing
keycode on key press/release, let's utilize it. This will simplify
wayland compositor code as we won't have to parse key names to get the
keycode.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_x/xcb/ecore_xcb_events.c
src/lib/ecore_x/xlib/ecore_x_events.c