aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-08-03 09:47:54 +0100
committerGitHub <noreply@github.com>2018-08-03 09:47:54 +0100
commit16c1e21f26ad47fb3ecfee994b19c5215734a543 (patch)
tree8c9251aeeedcfdd86381665e412c38b64a90d052 /sway/input
parent942f92f3eb8dd035e26378c3bfd65bab30f2533a (diff)
parentc17f0870ef1620e73b18f0b0ce8303c94027d19b (diff)
downloadsway-16c1e21f26ad47fb3ecfee994b19c5215734a543.tar.xz
Merge pull request #2415 from RyanDwyer/fix-fullscreen-container-crash
Fix crash when moving cursor over a fullscreen split container
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index c2fc4e9e..80b4f9dc 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -99,7 +99,7 @@ static struct sway_container *container_at_coords(
return ws;
}
if (ws->sway_workspace->fullscreen) {
- return container_at_view(ws->sway_workspace->fullscreen, lx, ly,
+ return tiling_container_at(ws->sway_workspace->fullscreen, lx, ly,
surface, sx, sy);
}
if ((*surface = layer_surface_at(output,