Disable grab test on mouse out too.

SVN revision: 24504
This commit is contained in:
sebastid 2006-08-09 11:23:32 +00:00 committed by sebastid
parent fdf8e2f0c2
commit c754c00bbc
1 changed files with 4 additions and 3 deletions

View File

@ -734,9 +734,10 @@ _ecore_evas_x_event_mouse_out(void *data __UNUSED__, int type __UNUSED__, void *
details[e->detail]);
}
*/
if ((e->mode == ECORE_X_EVENT_MODE_GRAB) ||
(e->mode == ECORE_X_EVENT_MODE_UNGRAB))
return 0;
// disable. causes more problems than it fixes
// if ((e->mode == ECORE_X_EVENT_MODE_GRAB) ||
// (e->mode == ECORE_X_EVENT_MODE_UNGRAB))
// return 0;
/* if (e->mode != ECORE_X_EVENT_MODE_NORMAL) return 0; */
_ecore_evas_x_modifier_locks_update(ee, e->modifiers);
_ecore_evas_x_mouse_move_process(ee, e->x, e->y, e->time);