aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/scratchpad.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-02 14:11:48 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-09-02 14:11:48 -0500
commit65ace5dec5c24695501056376e227fb9b1f84a3a (patch)
treee5bae8ecc19c438091478ad878a8297252c72a81 /sway/commands/scratchpad.c
parentMerge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactor (diff)
downloadsway-65ace5dec5c24695501056376e227fb9b1f84a3a.tar.gz
sway-65ace5dec5c24695501056376e227fb9b1f84a3a.tar.zst
sway-65ace5dec5c24695501056376e227fb9b1f84a3a.zip
merge in latest commits
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) {