fix mapping change event handler to actually WORK! (select right event

id)



SVN revision: 63308
This commit is contained in:
Carsten Haitzler 2011-09-09 12:58:23 +00:00
parent 415384fb82
commit b867e58fa3
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ e_bindings_init(void)
Eina_List *l;
mapping_handler = ecore_event_handler_add
(ECORE_X_EVENT_WINDOW_MAPPING, _e_bindings_mapping_change_event_cb, NULL);
(ECORE_X_EVENT_MAPPING_CHANGE, _e_bindings_mapping_change_event_cb, NULL);
EINA_LIST_FOREACH(e_config->mouse_bindings, l, ebm)
e_bindings_mouse_add(ebm->context, ebm->button, ebm->modifiers,
@ -977,7 +977,6 @@ static Eina_Bool
_e_bindings_mapping_change_event_cb(void *data __UNUSED__, int type __UNUSED__, void *event __UNUSED__)
{
// Ecore_X_Event_Mapping_Change *ev = event;
e_managers_keys_ungrab();
e_border_button_bindings_ungrab_all();
e_border_button_bindings_grab_all();