Enlightenment CVS committal Author : moom Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_private.h Log Message: * The mouse flags are now correctly calculated when the mouse up/down event is propagated to smart parent =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -3 -r1.72 -r1.73 --- evas_private.h 18 Aug 2006 14:45:25 -0000 1.72 +++ evas_private.h 25 Aug 2006 20:47:32 -0000 1.73 @@ -330,7 +330,8 @@ Evas_Lock locks; unsigned int last_timestamp; void *attach_data; - int last_click_counter; + int last_mouse_down_counter; + int last_mouse_up_counter; Evas_Font_Hinting_Flags hinting; }; @@ -418,7 +419,8 @@ unsigned char deletions_waiting : 1; } smart; - int last_click_counter; + int last_mouse_down_counter; + int last_mouse_up_counter; int mouse_grabbed; unsigned short store : 1; ------------------------------------------------------------------------- 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