summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-10-29 17:52:16 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-10-29 17:52:16 -0400
commitca5a2a387c97914d97929b09113359c45ba23279 (patch)
treec702c4a176e4e78b295c14c6d457296fcf094527 /include/commands.h
parentMerge pull request #211 from sce/fix_get_swayc_in_direction (diff)
parentcontainer.h: Remove unused. (diff)
downloadsway-ca5a2a387c97914d97929b09113359c45ba23279.tar.gz
sway-ca5a2a387c97914d97929b09113359c45ba23279.tar.zst
sway-ca5a2a387c97914d97929b09113359c45ba23279.zip
Merge pull request #212 from sce/mouse_warping
Learn mouse_warping
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index 8e53c74d..f6777930 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -2,6 +2,7 @@
2#define _SWAY_COMMANDS_H 2#define _SWAY_COMMANDS_H
3#include <stdbool.h> 3#include <stdbool.h>
4#include <json-c/json.h> 4#include <json-c/json.h>
5#include <wlc/wlc.h>
5#include "config.h" 6#include "config.h"
6 7
7 8