Enlightenment CVS committal

Author  : metrics
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:
Fix drag and drop.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_dnd.c     12 Nov 2006 11:32:43 -0000      1.52
+++ e_dnd.c     13 Nov 2006 13:07:49 -0000      1.53
@@ -508,6 +508,7 @@
             break;
           case E_GADCON_CLIENT_TYPE:
             evas_object_geometry_get(((E_Gadcon_Client *)(h->obj))->o_box, dx, 
dy, dw, dh);
+            e_gadcon_canvas_zone_geometry_get(((E_Gadcon_Client 
*)(h->obj))->gadcon, &px, &py, NULL, NULL);
             break;
           case E_WIN_TYPE:
             px = ((E_Win *)(h->obj))->x;
@@ -911,7 +912,6 @@
    if (ev->source == _drag_win) return 1;
    id = _e_dnd_winid_str_get(ev->win);
    if (!evas_hash_find(_drop_win_hash, id)) return 1;
-   printf("Xdnd enter\n");
    for (l = _drop_handlers; l; l = l->next)
      {
        E_Drop_Handler *h;



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