Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:


check window as well during drag upates.

nb - xdnd in e is hell slow! :(

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_dnd.c     5 Oct 2007 12:11:55 -0000       1.63
+++ e_dnd.c     13 Nov 2007 23:30:07 -0000      1.64
@@ -692,7 +692,7 @@
             move_ev.y = y - dy;
             leave_ev.x = x - dx;
             leave_ev.y = y - dy;
-            if (E_INSIDE(x, y, dx, dy, dw, dh))
+            if (E_INSIDE(x, y, dx, dy, dw, dh) && _e_drag_win_matches(h, win))
               {
                  if (!h->entered)
                    {
@@ -740,7 +740,7 @@
             move_ev.y = y - dy;
             leave_ev.x = x - dx;
             leave_ev.y = y - dy;
-            if (E_INSIDE(x, y, dx, dy, dw, dh))
+            if (E_INSIDE(x, y, dx, dy, dw, dh) && _e_drag_win_matches(h, win))
               {
                  if (!h->entered)
                    {



-------------------------------------------------------------------------
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