Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Don't discard DestroyNotify's.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- events.c    2 Nov 2005 18:03:08 -0000       1.106
+++ events.c    9 Nov 2005 21:34:41 -0000       1.107
@@ -338,6 +338,8 @@
                       ev2->type = EX_EVENT_CREATE_GONE;
                       j = -1;  /* Break for() */
                       break;
+                   case DestroyNotify:
+                      break;
                    case UnmapNotify:
                       if (ev2->xunmap.window != ev->xdestroywindow.window)
                          continue;




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to