From: Dana Jansens Date: Sat, 30 Aug 2003 18:59:44 +0000 (+0000) Subject: compress motion events X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6de84db80daaef511a1b22be0179dcbf1a55fe07;p=chaz%2Fopenbox compress motion events --- diff --git a/openbox/event.c b/openbox/event.c index 92ebdfbf..cf057fc8 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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; } }