Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c 


Log Message:
Fix menu unmapping on client unmap.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ewins.c     20 Apr 2005 22:49:15 -0000      1.43
+++ ewins.c     22 Apr 2005 15:08:29 -0000      1.44
@@ -342,7 +342,7 @@
 {
    EWin               *ewin;
 
-#if 0
+#if 0                          /* FIXME - Remove? */
    ewin = Mode.mouse_over_ewin;
    if (ewin && ewin->type != EWIN_TYPE_MENU)
       return ewin;
@@ -352,9 +352,11 @@
    if (ewin)
       goto done;
 
+#if 0                          /* FIXME - Remove? */
    ewin = Mode.focuswin;
    if (ewin && ewin->type != EWIN_TYPE_MENU)
       goto done;
+#endif
 
    ewin = NULL;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to