aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/scratchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/scratchpad.c')
-rw-r--r--sway/commands/scratchpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/scratchpad.c b/sway/commands/scratchpad.c
index d8bae615..26f0e490 100644
--- a/sway/commands/scratchpad.c
+++ b/sway/commands/scratchpad.c
@@ -8,7 +8,7 @@
8#include "sway/tree/workspace.h" 8#include "sway/tree/workspace.h"
9 9
10static void scratchpad_toggle_auto(void) { 10static void scratchpad_toggle_auto(void) {
11 struct sway_seat *seat = input_manager_current_seat(input_manager); 11 struct sway_seat *seat = input_manager_current_seat();
12 struct sway_container *focus = seat_get_focused_container(seat); 12 struct sway_container *focus = seat_get_focused_container(seat);
13 struct sway_workspace *ws = seat_get_focused_workspace(seat); 13 struct sway_workspace *ws = seat_get_focused_workspace(seat);
14 14