summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-19 10:08:44 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-19 10:08:44 -0500
commitb72a62b02b601d98ca89919f42e7ddec4e8ab2b2 (patch)
tree6b7412f626f5d9f10dba8920a2543dfd3c5a662e /include/commands.h
parentAdd ffmpeg/imagemagick to depenency list (diff)
parentlibinput (diff)
downloadsway-b72a62b02b601d98ca89919f42e7ddec4e8ab2b2.tar.gz
sway-b72a62b02b601d98ca89919f42e7ddec4e8ab2b2.tar.zst
sway-b72a62b02b601d98ca89919f42e7ddec4e8ab2b2.zip
Merge pull request #448 from colemickens/libinput
libinput configuration
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h3
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 {
17 CMD_BLOCK_END, 17 CMD_BLOCK_END,
18 CMD_BLOCK_MODE, 18 CMD_BLOCK_MODE,
19 CMD_BLOCK_BAR, 19 CMD_BLOCK_BAR,
20 CMD_BLOCK_BAR_COLORS 20 CMD_BLOCK_BAR_COLORS,
21 CMD_BLOCK_INPUT
21}; 22};
22 23
23/** 24/**