diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-14 21:12:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 21:12:56 -0400 |
commit | b47f4f5fd4b8dc3852c5958f3e6ec70de448ff2d (patch) | |
tree | 90b2a21c3a1cf5e0cdb8ef720081e7acfce64eee /sway/input/seat.c | |
parent | 3b92d5bb6dcaf6b8fa9b51d9cf879e68d67ee1fb (diff) | |
parent | 64d567be9b4a1341bca165f02354e077a2f112fb (diff) |
Merge pull request #2630 from emersion/wlroots-1243
Update for swaywm/wlroots#1243
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r-- | sway/input/seat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index 8704f90f..ab5047b2 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -769,7 +769,7 @@ void seat_set_focus_surface(struct sway_seat *seat, } void seat_set_focus_layer(struct sway_seat *seat, - struct wlr_layer_surface *layer) { + struct wlr_layer_surface_v1 *layer) { if (!layer && seat->focused_layer) { seat->focused_layer = NULL; struct sway_node *previous = seat_get_focus_inactive(seat, &root->node); |