compress motion events
authorDana Jansens <danakj@orodu.net>
Sat, 30 Aug 2003 18:59:44 +0000 (18:59 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 30 Aug 2003 18:59:44 +0000 (18:59 +0000)
openbox/event.c

index 92ebdfb..cf057fc 100644 (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;
     }
 }