aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-07 14:43:38 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-07 14:43:38 -0400
commit4b200869b2769a41d087c70e3e80124b2ed51064 (patch)
tree7a56e757655bf8e8943cb277c81a3e89f724f9ce /include/sway/input/seat.h
parentMerge pull request #1766 from emersion/fix-output-container-position (diff)
parentGive keyboard focus to unmanaged xwayland surfaces (diff)
downloadsway-aab4ac4d442fb57bdad69aba31379890e8651d28.tar.gz
sway-aab4ac4d442fb57bdad69aba31379890e8651d28.tar.zst
sway-aab4ac4d442fb57bdad69aba31379890e8651d28.zip
Merge pull request #1767 from emersion/fix-dmenu1.0-alpha.1
Give keyboard focus to unmanaged xwayland surfaces
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index d1cfbe4c..c7be58b5 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -64,6 +64,9 @@ void seat_set_focus(struct sway_seat *seat, struct sway_container *container);
64void seat_set_focus_warp(struct sway_seat *seat, 64void seat_set_focus_warp(struct sway_seat *seat,
65 struct sway_container *container, bool warp); 65 struct sway_container *container, bool warp);
66 66
67void seat_set_focus_surface(struct sway_seat *seat,
68 struct wlr_surface *surface);
69
67void seat_set_focus_layer(struct sway_seat *seat, 70void seat_set_focus_layer(struct sway_seat *seat,
68 struct wlr_layer_surface *layer); 71 struct wlr_layer_surface *layer);
69 72