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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/commands/scratchpad.c b/sway/commands/scratchpad.c
index 8cde85a0..d43ef82d 100644
--- a/sway/commands/scratchpad.c
+++ b/sway/commands/scratchpad.c
@@ -1,9 +1,9 @@
1#include <string.h> 1#include <string.h>
2#include <wlc/wlc.h> 2#include <wlc/wlc.h>
3#include "commands.h" 3#include "sway/commands.h"
4#include "container.h" 4#include "sway/container.h"
5#include "focus.h" 5#include "sway/focus.h"
6#include "layout.h" 6#include "sway/layout.h"
7 7
8static swayc_t *fetch_view_from_scratchpad() { 8static swayc_t *fetch_view_from_scratchpad() {
9 if (sp_index >= scratchpad->length) { 9 if (sp_index >= scratchpad->length) {