Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_embed.c 


Log Message:
Make sure the mouse wheel event gets passed to the embed.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_embed.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ewl_embed.c 22 Jun 2004 16:44:32 -0000      1.38
+++ ewl_embed.c 24 Jun 2004 17:33:41 -0000      1.39
@@ -542,6 +542,12 @@
        ev.z = z;
        ev.dir = dir;
 
+       if (!last_focused) {
+               ewl_callback_call_with_event_data(EWL_WIDGET(embed),
+                                                 EWL_CALLBACK_MOUSE_WHEEL,
+                                                 &ev);
+       }
+
        while (last_focused) {
                ewl_callback_call_with_event_data(last_focused,
                                                  EWL_CALLBACK_MOUSE_WHEEL,




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to