forked from e16/e16
1
0
Fork 0

No. Don't do that.

SVN revision: 15000
This commit is contained in:
Kim Woelders 2005-05-28 20:36:24 +00:00
parent 841a7047d0
commit 3197f00538
1 changed files with 0 additions and 21 deletions

View File

@ -432,27 +432,6 @@ EventsCompress(XEvent * evq, int count)
#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--)