summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-09-04 17:10:10 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-09-04 17:10:10 -0700
commit2ef83664f528b45f8e9b3b0dbd8b8e2e0ec938bf (patch)
treeea60cef6ce17693128669c277d6e8b8ca9cb271b /include/commands.h
parentenum for command type (diff)
downloadsway-2ef83664f528b45f8e9b3b0dbd8b8e2e0ec938bf.tar.gz
sway-2ef83664f528b45f8e9b3b0dbd8b8e2e0ec938bf.tar.zst
sway-2ef83664f528b45f8e9b3b0dbd8b8e2e0ec938bf.zip
remove outdated comment
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/commands.h b/include/commands.h
index 62f8166e..808e64eb 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -6,9 +6,6 @@
6struct cmd_handler { 6struct cmd_handler {
7 char *command; 7 char *command;
8 bool (*handle)(struct sway_config *config, int argc, char **argv); 8 bool (*handle)(struct sway_config *config, int argc, char **argv);
9 // if <0 command is deffered until compositor is ready.
10 // if =0 command can be called anytime.
11 // if >0 command can only be called via keybind, ignored in config
12 enum { 9 enum {
13 CMD_COMPOSITOR_READY, 10 CMD_COMPOSITOR_READY,
14 CMD_KEYBIND, 11 CMD_KEYBIND,