e: always send mouse out events to borders.

SVN revision: 73510
This commit is contained in:
Chidambar Zinnoury 2012-07-10 04:29:07 +00:00
parent c8834cdf4d
commit 37347a6a0a
1 changed files with 0 additions and 2 deletions

View File

@ -6063,7 +6063,6 @@ _e_border_cb_mouse_out(void *data,
} }
#endif #endif
if (grabbed) return ECORE_CALLBACK_PASS_ON; if (grabbed) return ECORE_CALLBACK_PASS_ON;
#if 0
if (ev->event_win == bd->win) if (ev->event_win == bd->win)
{ {
if (bd->fullscreen) if (bd->fullscreen)
@ -6078,7 +6077,6 @@ _e_border_cb_mouse_out(void *data,
return ECORE_CALLBACK_PASS_ON; return ECORE_CALLBACK_PASS_ON;
e_focus_event_mouse_out(bd); e_focus_event_mouse_out(bd);
} }
#endif
#if 0 #if 0
if ((ev->win != bd->win) && if ((ev->win != bd->win) &&
(ev->win != bd->event_win) && (ev->win != bd->event_win) &&