Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix button grabs not being released.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- focus.c     14 Aug 2004 15:06:26 -0000      1.83
+++ focus.c     14 Aug 2004 18:50:27 -0000      1.84
@@ -458,7 +458,9 @@
 {
    EWin               *ewin;
 
-   ewin = GetEwinByCurrentPointer();
+   ewin = FindEwinByChildren(win);
+   if (!ewin)
+      ewin = FindEwinByBase(win);
    if (!ewin)
       return;
 




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to