Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:
On drop from external program, use the event window to find the drop target.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- e_dnd.c     13 Jun 2008 10:57:06 -0000      1.71
+++ e_dnd.c     13 Jun 2008 21:35:39 -0000      1.72
@@ -1184,7 +1184,7 @@
      }
    else
      {
-       _e_drag_update(_drag_win_root, ev->position.x, ev->position.y);
+       _e_drag_update(ev->win, ev->position.x, ev->position.y);
        ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE);
      }
 //   double t2 = ecore_time_get() - t1; ////



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to