compress motion events

This commit is contained in:
Dana Jansens 2003-08-30 18:59:44 +00:00
parent 50f2037aea
commit 6de84db80d

View file

@ -259,7 +259,6 @@ static void event_hack_mods(XEvent *e)
break;
case MotionNotify:
STRIP_MODS(e->xmotion.state);
#if 0
/* compress events */
{
XEvent ce;
@ -269,7 +268,6 @@ static void event_hack_mods(XEvent *e)
e->xmotion.y_root = ce.xmotion.y_root;
}
}
#endif
break;
}
}