Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_embed.c
Log Message:
Fix some mouse dispatching to the embeds.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_embed.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ewl_embed.c 2 Jun 2004 18:36:36 -0000 1.36
+++ ewl_embed.c 2 Jun 2004 20:52:50 -0000 1.37
@@ -302,6 +302,8 @@
widget = ewl_container_get_child_at_recursive(EWL_CONTAINER(embed),
x, y);
+ if (!widget)
+ widget = EWL_WIDGET(embed);
/*
* Save the last selected widget for further reference, do this prior
@@ -430,6 +432,8 @@
widget = ewl_container_get_child_at_recursive(EWL_CONTAINER(embed),
x, y);
+ if (!widget)
+ widget = EWL_WIDGET(embed);
ev.modifiers = mods;
ev.x = x;
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs