Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c 


Log Message:
Ignore bogus unmap event.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -3 -r1.177 -r1.178
--- borders.c   16 May 2004 15:52:44 -0000      1.177
+++ borders.c   18 May 2004 16:25:48 -0000      1.178
@@ -1430,6 +1430,13 @@
    if (GetZoomEWin() == ewin)
       Zoom(NULL);
 
+   if (ewin->state == EWIN_STATE_NEW)
+     {
+       Eprintf("EwinEventUnmap %#lx: Ignoring bogus Unmap event\n",
+               ewin->client.win);
+       return;
+     }
+
    /* Set state to unknown until we can set the correct one */
    ewin->state = (ewin->iconified) ? EWIN_STATE_ICONIC : EWIN_STATE_WITHDRAWN;
 




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to