diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-08-02 22:18:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 22:18:14 -0400 |
commit | b16043aeebd92cca12b21fa36b99799f80bdfc31 (patch) | |
tree | 745c117217c20dc05a447c5e34db1d35fec5b62b /sway/input/cursor.c | |
parent | 94888e58a24f5cab6d3f05dbe6d335b0869cda55 (diff) | |
parent | 4eadf9f3ae73637e1479d84331786e3c3676cf65 (diff) |
Merge branch 'master' into exit-nag
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 79f6ec46..c2fc4e9e 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(ws->sway_workspace->fullscreen, lx, ly, + return container_at_view(ws->sway_workspace->fullscreen, lx, ly, surface, sx, sy); } if ((*surface = layer_surface_at(output, |