Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Fix occasional bad tooltip placement.

===================================================================
RCS file: /cvs/e/e16/e/src/events.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- events.c    23 Jul 2007 19:02:15 -0000      1.140
+++ events.c    7 Aug 2007 13:58:25 -0000       1.141
@@ -298,6 +298,8 @@
             if (!Mode.grabs.pointer_grab_active)
                Mode.grabs.pointer_grab_active = 2;
          }
+       ModeGetXY(ev->xcrossing.root, ev->xcrossing.x_root,
+                 ev->xcrossing.y_root);
        TooltipsSetPending(0, NULL, NULL);
        goto do_stuff;
 
@@ -310,6 +312,8 @@
             Mode.grabs.pointer_grab_window = None;
             Mode.grabs.pointer_grab_active = 0;
          }
+       ModeGetXY(ev->xcrossing.root, ev->xcrossing.x_root,
+                 ev->xcrossing.y_root);
        TooltipsSetPending(0, NULL, NULL);
        goto do_stuff;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to