Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_events.c 


Log Message:
Give the widget the coords that caused a focus in callback.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_events.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_events.c        6 Jan 2004 21:06:54 -0000       1.47
+++ ewl_events.c        15 Jan 2004 17:15:55 -0000      1.48
@@ -407,8 +407,8 @@
                                                EWL_FLAG_STATE_HILITED))) {
                                ewl_object_add_state(EWL_OBJECT(last_focused),
                                                EWL_FLAG_STATE_HILITED);
-                               ewl_callback_call(last_focused,
-                                               EWL_CALLBACK_FOCUS_IN);
+                               ewl_callback_call_with_event_data(last_focused,
+                                               EWL_CALLBACK_FOCUS_IN, ev);
                        }
 
                        ewl_callback_call_with_event_data(last_focused,




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to