Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_button.c 


Log Message:
Clean up some commented out code. Added a note to look into a few more event
dispatching issues.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_button.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewl_button.c        15 Jul 2003 22:00:15 -0000      1.43
+++ ewl_button.c        15 Jul 2003 22:03:25 -0000      1.44
@@ -42,13 +42,9 @@
        ewl_widget_set_appearance(w, "button");
 
        /*
-        * Override the default recursive setting on containers. This prevents
-        * the coordinate->object mapping from searching below the button
-        * class.
+        * FIXME: Should we really do this? Might be better to just trigger
+        * mouse down for all enclosing containers.
         */
-       /*
-       w->recursive = FALSE;
-       */
        ewl_container_notify_callback(EWL_CONTAINER(b),
                        EWL_CALLBACK_MOUSE_DOWN);
        ewl_container_notify_callback(EWL_CONTAINER(b),
@@ -57,12 +53,6 @@
                        EWL_CALLBACK_MOUSE_MOVE);
        ewl_container_notify_callback(EWL_CONTAINER(b),
                        EWL_CALLBACK_CLICKED);
-       /*
-       ewl_container_notify_callback(EWL_CONTAINER(b),
-                       EWL_CALLBACK_FOCUS_IN);
-       ewl_container_notify_callback(EWL_CONTAINER(b),
-                       EWL_CALLBACK_FOCUS_OUT);
-        */
 
        /*
         * Create and setup the label for the button if it's desired.




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to