diff options
author | Drew DeVault <[email protected]> | 2016-01-19 10:08:44 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2016-01-19 10:08:44 -0500 |
commit | b72a62b02b601d98ca89919f42e7ddec4e8ab2b2 (patch) | |
tree | 6b7412f626f5d9f10dba8920a2543dfd3c5a662e /include/commands.h | |
parent | fe241126bb8d696d45dd30fc975da022f79c9928 (diff) | |
parent | 28081b76891ddbbb825dee6c202037d78aa8f164 (diff) |
Merge pull request #448 from colemickens/libinput
libinput configuration
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 52d56e4a..5fa66bb6 100644 --- a/include/commands.h +++ b/include/commands.h @@ -17,7 +17,8 @@ enum cmd_status { CMD_BLOCK_END, CMD_BLOCK_MODE, CMD_BLOCK_BAR, - CMD_BLOCK_BAR_COLORS + CMD_BLOCK_BAR_COLORS, + CMD_BLOCK_INPUT }; /** |