Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_widget.c Log Message: Simplify mouse in behavior now that we have more strict event dispatching. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_widget.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- ewl_widget.c 28 Oct 2005 02:11:29 -0000 1.32 +++ ewl_widget.c 28 Oct 2005 03:57:01 -0000 1.33 @@ -1898,10 +1898,7 @@ if (ewl_object_state_has(EWL_OBJECT(w), EWL_FLAG_STATE_DISABLED)) DRETURN(DLEVEL_STABLE); - if (ewl_object_state_has(EWL_OBJECT(w), EWL_FLAG_STATE_PRESSED)) - ewl_widget_state_set(w, "mouse,down,0"); - else - ewl_widget_state_set(w, "mouse,in"); + ewl_widget_state_set(w, "mouse,in"); DLEAVE_FUNCTION(DLEVEL_STABLE); } ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs