Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
No. Don't do that.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- events.c    28 May 2005 11:43:36 -0000      1.90
+++ events.c    28 May 2005 20:36:24 -0000      1.91
@@ -432,27 +432,6 @@
 #endif
             break;
 
-#if 1                          /* FIXME - Do this? */
-         case ReparentNotify:
-            n = 0;
-            for (j = i - 1; j >= 0; j--)
-              {
-                 ev2 = evq + j;
-                 if (ev2->type == ev->type &&
-                     ev2->xreparent.window == ev->xreparent.window)
-                   {
-                      n++;
-                      ev2->type = 0;
-                   }
-              }
-#if ENABLE_DEBUG_EVENTS
-            if (n && EventDebug(EDBUG_TYPE_COMPRESSION))
-               Eprintf("EventsCompress n=%4d %s %#lx\n",
-                       n, EventName(ev->type), ev->xreparent.window);
-#endif
-            break;
-#endif
-
          case EX_EVENT_SHAPE_NOTIFY:
             n = 0;
             for (j = i - 1; j >= 0; j--)




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to