summaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-01 22:02:12 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-01 22:02:12 -0400
commit9564c73c0ddca9d7b45f0476fcaee8bd878d8345 (patch)
tree4405c7ab30e25c5234a61280a66d406921c52253 /sway/input/cursor.c
parentMerge pull request #2264 from ianyfan/ipc (diff)
parentClose popups when changing focus (diff)
downloadsway-9564c73c0ddca9d7b45f0476fcaee8bd878d8345.tar.gz
sway-9564c73c0ddca9d7b45f0476fcaee8bd878d8345.tar.zst
sway-9564c73c0ddca9d7b45f0476fcaee8bd878d8345.zip
Merge pull request #2391 from RyanDwyer/fix-popups-v2
Fix popups (v2)
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index d6fdc1da..79f6ec46 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -109,9 +109,6 @@ static struct sway_container *container_at_coords(
109 } 109 }
110 110
111 struct sway_container *c; 111 struct sway_container *c;
112 if ((c = floating_container_at(lx, ly, surface, sx, sy))) {
113 return c;
114 }
115 if ((c = container_at(ws, lx, ly, surface, sx, sy))) { 112 if ((c = container_at(ws, lx, ly, surface, sx, sy))) {
116 return c; 113 return c;
117 } 114 }