Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Discard ConfigureRequest's for destroyed windows.

===================================================================
RCS file: /cvs/e/e16/e/src/events.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -3 -r1.121 -r1.122
--- events.c    29 Apr 2006 19:39:21 -0000      1.121
+++ events.c    10 May 2006 19:37:47 -0000      1.122
@@ -436,6 +436,12 @@
                          continue;
                       ev2->type = EX_EVENT_REPARENT_GONE;
                       break;
+                   case ConfigureRequest:
+                      if (ev2->xconfigurerequest.window !=
+                          ev->xdestroywindow.window)
+                         continue;
+                      ev2->type = 0;
+                      break;
                    default:
                       /* Nuke all other events on a destroyed window */
                       if (ev2->xany.window != ev->xdestroywindow.window)




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to