Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


one way or the other i'm forced to add timestamps to events - i cant avoid it
anymore. sorry guys. really no way around it. :(

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_mod_main.c        12 Jul 2005 03:53:56 -0000      1.63
+++ e_mod_main.c        25 Jul 2005 09:55:45 -0000      1.64
@@ -1340,7 +1340,7 @@
 
             e_drag_resize(d, w, h);
             e_drag_start(d, drag_x, drag_y);
-            evas_event_feed_mouse_up(ic->ibb->evas, 1, EVAS_BUTTON_NONE, NULL);
+            evas_event_feed_mouse_up(ic->ibb->evas, 1, EVAS_BUTTON_NONE, 
ev->timestamp, NULL);
             e_app_remove(ic->app);
          }
      }
@@ -1386,7 +1386,7 @@
      {
        e_menu_activate_mouse(ibb->menu, e_zone_current_get(ibb->con),
                              ev->output.x, ev->output.y, 1, 1,
-                             E_MENU_POP_DIRECTION_DOWN);
+                             E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
        e_util_container_fake_mouse_up_later(ibb->con, 3);
      }
 }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to