Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:
Disable grab test on mouse out too.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- ecore_evas_x.c      29 Jul 2006 14:50:18 -0000      1.85
+++ ecore_evas_x.c      9 Aug 2006 11:23:32 -0000       1.86
@@ -734,9 +734,10 @@
               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);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to