mirror of
https://github.com/0intro/wmii
synced 2025-03-05 14:41:25 +03:00
removed positive queue dropping
This commit is contained in:
parent
39ca1c4676
commit
83654ad78f
@ -622,5 +622,4 @@ center_pointer(Frame * f)
|
||||
XTranslateCoordinates(dpy, f->win, root, wex, wey, &ex, &ey, &dummy);
|
||||
/* suppress EnterNotify's while mouse warping */
|
||||
XWarpPointer(dpy, None, f->win, 0, 0, 0, 0, f->rect.width / 2, f->rect.height / 2);
|
||||
XSync(dpy, True);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user