causes mroe problems than it fixes

SVN revision: 18686
This commit is contained in:
Carsten Haitzler 2005-11-29 03:09:11 +00:00
parent 8a65399e27
commit 7cf6b74ee7
1 changed files with 4 additions and 3 deletions

View File

@ -459,9 +459,10 @@ _ecore_evas_x_event_mouse_in(void *data __UNUSED__, int type __UNUSED__, void *e
details[e->detail]); details[e->detail]);
} }
*/ */
if ((e->mode == ECORE_X_EVENT_MODE_GRAB) || // disable. causes mroe problems than it fixes
(e->mode == ECORE_X_EVENT_MODE_UNGRAB)) // if ((e->mode == ECORE_X_EVENT_MODE_GRAB) ||
return 0; // (e->mode == ECORE_X_EVENT_MODE_UNGRAB))
// return 0;
/* if (e->mode != ECORE_X_EVENT_MODE_NORMAL) return 0; */ /* if (e->mode != ECORE_X_EVENT_MODE_NORMAL) return 0; */
if (ee->func.fn_mouse_in) ee->func.fn_mouse_in(ee); if (ee->func.fn_mouse_in) ee->func.fn_mouse_in(ee);
_ecore_evas_x_modifier_locks_update(ee, e->modifiers); _ecore_evas_x_modifier_locks_update(ee, e->modifiers);