From 6e471e8dfb03e0c14877e732d215287ea395bf69 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 13 Mar 2009 15:55:34 +0000 Subject: [PATCH] handle mapping notify properly - patch from Olof Sjobergh SVN revision: 39468 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c index 19bae9dc80..bea4b98df3 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_events.c +++ b/legacy/ecore/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