From 849ff101d67397d6624dec6041307f4c90b05ca7 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 13 Mar 2009 15:55:34 +0000 Subject: [PATCH] handle mapping notify properly - patch from Olof Sjobergh git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39468 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xlib/ecore_x_events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_events.c b/src/lib/ecore_x/xlib/ecore_x_events.c index 19bae9d..bea4b98 100644 --- a/src/lib/ecore_x/xlib/ecore_x_events.c +++ b/src/lib/ecore_x/xlib/ecore_x_events.c @@ -1820,10 +1820,10 @@ _ecore_x_event_handle_client_message(XEvent *xevent) } void -_ecore_x_event_handle_mapping_notify(XEvent *xevent __UNUSED__) +_ecore_x_event_handle_mapping_notify(XEvent *xevent) { _ecore_x_last_event_mouse_move = 0; - /* FIXME: handle this event type */ + XRefreshKeyboardMapping((XMappingEvent *)xevent); } void -- 2.7.4