dont kill pointer focus (for now)

SVN revision: 12584
This commit is contained in:
Carsten Haitzler 2004-12-25 13:22:16 +00:00
parent 523ff44e2a
commit d3fe5029d2
1 changed files with 2 additions and 0 deletions

View File

@ -1291,9 +1291,11 @@ _e_border_cb_mouse_out(void *data, int type, void *event)
if ((ev->mode == ECORE_X_EVENT_MODE_UNGRAB) &&
(ev->detail == ECORE_X_EVENT_DETAIL_INFERIOR))
return 1;
/* this is the out for pointer focus
if ((ev->mode == ECORE_X_EVENT_MODE_NORMAL) &&
(ev->detail == ECORE_X_EVENT_DETAIL_NON_LINEAR_VIRTUAL))
return 1;
*/
if (ev->mode == ECORE_X_EVENT_MODE_GRAB)
return 1;
e_border_focus_set(bd, 0, 1);