From 6de84db80daaef511a1b22be0179dcbf1a55fe07 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 18:59:44 +0000 Subject: [PATCH] compress motion events --- openbox/event.c | 2 -- 1 file changed, 2 deletions(-) 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; } } -- 2.39.2