aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index c2041742..e795ad5e 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -192,6 +192,8 @@ void seat_set_exclusive_client(struct sway_seat *seat,
192 192
193struct sway_node *seat_get_focus(struct sway_seat *seat); 193struct sway_node *seat_get_focus(struct sway_seat *seat);
194 194
195struct wlr_surface *seat_get_focused_surface(struct sway_seat *seat);
196
195struct sway_workspace *seat_get_focused_workspace(struct sway_seat *seat); 197struct sway_workspace *seat_get_focused_workspace(struct sway_seat *seat);
196 198
197// If a scratchpad container is fullscreen global, this can be used to try to 199// If a scratchpad container is fullscreen global, this can be used to try to