From dd57c5eebb213c29c3b250634e316abf4917a19b Mon Sep 17 00:00:00 2001 From: James Ferguson Date: Tue, 28 Aug 2018 08:47:01 -0400 Subject: Explicitly specify frame for cursor warping conditional --- exwm-workspace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exwm-workspace.el') diff --git a/exwm-workspace.el b/exwm-workspace.el index a4454d10f0..31108892fe 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 -- cgit 1.4.1