handle mapping notify properly - patch from Olof Sjobergh

SVN revision: 39468
This commit is contained in:
Carsten Haitzler 2009-03-13 15:55:34 +00:00
parent 6bc4266805
commit 6e471e8dfb
1 changed files with 2 additions and 2 deletions

View File

@ -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