summaryrefslogtreecommitdiff
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2017-12-11 04:17:14 -0500
committerTony Crisci <[email protected]>2017-12-11 07:55:01 -0500
commit462a451328a1d6f0b17d34b431d6bf3dec87c1ba (patch)
tree56649e0702d13e8a7dd5143b5b7d2b9db094a1a7 /include/sway/commands.h
parent9ae906cd3752fd16ea2c3e046e24abb8ec8462a2 (diff)
input config
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index b1f0423d..138e3c29 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -1,6 +1,8 @@
#ifndef _SWAY_COMMANDS_H
#define _SWAY_COMMANDS_H
+#include "config.h"
+
/**
* Indicates the result of a command's execution.
*/
@@ -39,6 +41,8 @@ enum expected_args {
EXPECTED_EQUAL_TO
};
+void input_cmd_apply(struct input_config *input);
+
struct cmd_results *checkarg(int argc, const char *name,
enum expected_args type, int val);