"Mathieu" <[EMAIL PROTECTED]> disait dernièrement que : > [email protected] disait dernièrement que : > >> Enlightenment CVS committal >> >> Author : codewarrior >> Project : e17 >> Module : apps/e_modules >> >> Dir : e17/apps/e_modules/src/modules/monitor >> >> >> Modified Files: >> e_mod_main.c >> >> >> Log Message: >> more timestamp fixes >> =================================================================== >> RCS file: >> /cvsroot/enlightenment/e17/apps/e_modules/src/modules/monitor/e_mod_main.c,v >> retrieving revision 1.2 >> retrieving revision 1.3 >> diff -u -3 -r1.2 -r1.3 >> --- e_mod_main.c 19 Jul 2005 11:38:21 -0000 1.2 >> +++ e_mod_main.c 26 Jul 2005 10:30:47 -0000 1.3 >> @@ -625,6 +625,7 @@ >> { >> e_menu_activate_mouse(face->menu, e_zone_current_get(face->con), >> ev->output.x, ev->output.y, 1, 1, >> + ecore_x_current_time_get(), >> E_MENU_POP_DIRECTION_DOWN); >> e_util_container_fake_mouse_up_all_later(face->con); >> } > > I think it should be ev->timestamp here instead of > ecore_x_current_time_get(); with the last cvs, when the mouse button > is released, the menu disappears. I don't know if it is the intended > behaviour, but all other modules use ev->timestamp ;)
oh, and I didn't see before, but looks like the too last arguments of e_menu_activate_mouse are swapped, as in weather and notes modules. -- Mathieu Segaud ------------------------------------------------------- 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_idt77&alloc_id492&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
