Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/start


Modified Files:
        e_mod_main.c 


Log Message:


i'm cleaning up dnd. fixed leaks. made dnd more convenient - less work to do
(it returns x,y coords relative to the drop target geom, not the screen,
start putting in all the necessary stuff in fm2 - can dnd 2 file now (drop
has no effect though)...

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_mod_main.c        3 Sep 2006 07:40:45 -0000       1.35
+++ e_mod_main.c        18 Sep 2006 03:49:45 -0000      1.36
@@ -197,8 +197,10 @@
                                   x, y, w, h,
                                   dir, ev->timestamp);
             edje_object_signal_emit(inst->o_button, "e,state,focused", "e");
-            evas_event_feed_mouse_up(inst->gcc->gadcon->evas, ev->button,
-                                     EVAS_BUTTON_NONE, ev->timestamp, NULL);
+            e_util_evas_fake_mouse_up_later(inst->gcc->gadcon->evas,
+                                            ev->button);
+//          evas_event_feed_mouse_up(inst->gcc->gadcon->evas, ev->button,
+//                                   EVAS_BUTTON_NONE, ev->timestamp, NULL);
          }
      }
 }



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