summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 12:14:24 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 12:14:24 -0500
commitf16aa3c0ad8328da0820e81c99a619835f36082f (patch)
tree4f9c99cfa6304fc5f0f3c8eef2cac17541782e55 /include/sway/commands.h
parentput seat and input config in their own files (diff)
downloadsway-f16aa3c0ad8328da0820e81c99a619835f36082f.tar.gz
sway-f16aa3c0ad8328da0820e81c99a619835f36082f.tar.zst
sway-f16aa3c0ad8328da0820e81c99a619835f36082f.zip
rename config apply cmds
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 61950d0d..5008831d 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -42,9 +42,6 @@ enum expected_args {
42 EXPECTED_EQUAL_TO 42 EXPECTED_EQUAL_TO
43}; 43};
44 44
45void input_cmd_apply(struct input_config *input);
46void seat_cmd_apply(struct seat_config *seat);
47
48struct cmd_results *checkarg(int argc, const char *name, 45struct cmd_results *checkarg(int argc, const char *name,
49 enum expected_args type, int val); 46 enum expected_args type, int val);
50 47