mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +01:00
Explicitly specify frame for cursor warping conditional
This commit is contained in:
parent
f00e02e4f5
commit
dda90d8e20
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ for internal use only."
|
|||
(when (or (< win-x 0)
|
||||
(< win-y 0)
|
||||
(> win-x (frame-pixel-width frame))
|
||||
(> win-y (frame-pixel-height)))
|
||||
(> win-y (frame-pixel-height frame)))
|
||||
(xcb:+request exwm--connection
|
||||
(make-instance 'xcb:WarpPointer
|
||||
:src-window xcb:Window:None
|
||||
|
|
Loading…
Reference in a new issue