[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/exwm dd57c5e 3/3: Explicitly specify frame for cursor w
From: |
Chris Feng |
Subject: |
[elpa] externals/exwm dd57c5e 3/3: Explicitly specify frame for cursor warping conditional |
Date: |
Sun, 2 Sep 2018 06:28:44 -0400 (EDT) |
branch: externals/exwm
commit dd57c5eebb213c29c3b250634e316abf4917a19b
Author: James Ferguson <address@hidden>
Commit: Chris Feng <address@hidden>
Explicitly specify frame for cursor warping conditional
---
exwm-workspace.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exwm-workspace.el b/exwm-workspace.el
index a4454d1..3110889 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -613,7 +613,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