diff options
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.h b/src/actions.h index 9b4ec6d..a9e06b2 100644 --- a/src/actions.h +++ b/src/actions.h @@ -29,6 +29,7 @@ typedef struct user_command user_command; +/* arg_REST and arg_SHELLCMD eat the rest of the input. */ enum argtype { arg_REST, arg_NUMBER, arg_STRING, arg_FRAME, arg_WINDOW, arg_COMMAND, arg_SHELLCMD, arg_KEYMAP, arg_KEY, arg_GRAVITY, arg_GROUP, |