aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Ferdinand Schober <ferdinand.schober@fau.de>2022-10-08 19:11:45 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2022-10-09 10:07:51 +0200
commit99acdb4e62685ae618d79c6d4e735eee890947e6 (patch)
tree270c027681d7c15dbf6bc621a87d190d8c86b98b /include/sway/input/seat.h
parentuse seat directly (diff)
downloadsway-99acdb4e62685ae618d79c6d4e735eee890947e6.tar.gz
sway-99acdb4e62685ae618d79c6d4e735eee890947e6.tar.zst
sway-99acdb4e62685ae618d79c6d4e735eee890947e6.zip
Use keyboard_state.focused_surface directly
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index e795ad5e..c2041742 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -192,8 +192,6 @@ 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
197struct sway_workspace *seat_get_focused_workspace(struct sway_seat *seat); 195struct sway_workspace *seat_get_focused_workspace(struct sway_seat *seat);
198 196
199// If a scratchpad container is fullscreen global, this can be used to try to 197// If a scratchpad container is fullscreen global, this can be used to try to