Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/etox
Dir : e17/libs/etox/test Modified Files: etox_test.c Log Message: feed fixes =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/etox/test/etox_test.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- etox_test.c 14 Dec 2004 18:13:52 -0000 1.35 +++ etox_test.c 25 Jul 2005 19:47:35 -0000 1.36 @@ -84,7 +84,7 @@ info = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(evas); if (e->win != info->info.drawable) return 1; - evas_event_feed_mouse_move(evas, e->x, e->y, NULL); + evas_event_feed_mouse_move(evas, e->x, e->y, ecore_x_current_time_get(), NULL); return 1; data = NULL; type = 0; @@ -99,7 +99,7 @@ info = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(evas); if (e->win != info->info.drawable) return 1; - evas_event_feed_mouse_down(evas, e->button, EVAS_BUTTON_NONE, NULL); + evas_event_feed_mouse_down(evas, e->button, EVAS_BUTTON_NONE, ecore_x_current_time_get(), NULL); return 1; data = NULL; type = 0; @@ -114,7 +114,7 @@ info = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(evas); if (e->win != info->info.drawable) return 1; - evas_event_feed_mouse_up(evas, e->button, EVAS_BUTTON_NONE, NULL); + evas_event_feed_mouse_up(evas, e->button, EVAS_BUTTON_NONE, ecore_x_current_time_get(), NULL); return 1; data = NULL; type = 0; ------------------------------------------------------- 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