compress motion events
This commit is contained in:
parent
50f2037aea
commit
6de84db80d
1 changed files with 0 additions and 2 deletions
|
@ -259,7 +259,6 @@ static void event_hack_mods(XEvent *e)
|
||||||
break;
|
break;
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
STRIP_MODS(e->xmotion.state);
|
STRIP_MODS(e->xmotion.state);
|
||||||
#if 0
|
|
||||||
/* compress events */
|
/* compress events */
|
||||||
{
|
{
|
||||||
XEvent ce;
|
XEvent ce;
|
||||||
|
@ -269,7 +268,6 @@ static void event_hack_mods(XEvent *e)
|
||||||
e->xmotion.y_root = ce.xmotion.y_root;
|
e->xmotion.y_root = ce.xmotion.y_root;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue