all repos — openbox @ e043faec9e073c8f5599a72b4f8b87160a3fbaa0

openbox fork - make it a bit more like ryudo

dont compress motion events. it breaks things, moveresize is missing events
Dana Jansens danakj@orodu.net
commit

e043faec9e073c8f5599a72b4f8b87160a3fbaa0

parent

206ad12bda6688bdd210f75b53b4989038f4e875

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -265,15 +265,6 @@ e->xkey.state &= ~modkeys_keycode_to_mask(e->xkey.keycode);

break; case MotionNotify: e->xmotion.state = modkeys_only_modifier_masks(e->xmotion.state); - /* compress events */ - { - XEvent ce; - while (XCheckTypedWindowEvent(ob_display, e->xmotion.window, - e->type, &ce)) { - e->xmotion.x_root = ce.xmotion.x_root; - e->xmotion.y_root = ce.xmotion.y_root; - } - } break; } }