diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-10-08 19:11:45 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-10-08 19:11:45 +0200 |
| commit | 376e1d2aeb4437293e8a5dc296162c0280e05e67 (patch) | |
| tree | 270c027681d7c15dbf6bc621a87d190d8c86b98b /include | |
| parent | 7b146c24791b1fc8dc08ec9c33a879e0a91356a8 (diff) | |
Use keyboard_state.focused_surface directly
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/seat.h | 2 |
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, struct sway_node *seat_get_focus(struct sway_seat *seat); -struct wlr_surface *seat_get_focused_surface(struct sway_seat *seat); - struct sway_workspace *seat_get_focused_workspace(struct sway_seat *seat); // If a scratchpad container is fullscreen global, this can be used to try to |
