aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-18 20:00:48 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-18 20:00:48 +0100
commit747725b8bb35bf3fd38d442f5bb565e7a4b11ec4 (patch)
treeb486f3576982ab0f94183323d44bc4bbb3a456e3 /include/sway/input/seat.h
parentHandle xwayland override_redirect flag change (diff)
downloadsway-747725b8bb35bf3fd38d442f5bb565e7a4b11ec4.tar.gz
sway-747725b8bb35bf3fd38d442f5bb565e7a4b11ec4.tar.zst
sway-747725b8bb35bf3fd38d442f5bb565e7a4b11ec4.zip
Don't unfocus when an override redirect window is mapped
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 1f7792ba..eac1626b 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -83,7 +83,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
83 struct sway_container *container, bool warp); 83 struct sway_container *container, bool warp);
84 84
85void seat_set_focus_surface(struct sway_seat *seat, 85void seat_set_focus_surface(struct sway_seat *seat,
86 struct wlr_surface *surface); 86 struct wlr_surface *surface, bool unfocus);
87 87
88void seat_set_focus_layer(struct sway_seat *seat, 88void seat_set_focus_layer(struct sway_seat *seat,
89 struct wlr_layer_surface *layer); 89 struct wlr_layer_surface *layer);