aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 10:49:52 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 13:05:45 -0400
commitae6d459000865f0a3a54a1d0429ee28b282a7954 (patch)
tree264caea4be15679d6da1ffa51c3056780827149d /sway/commands.c
parentCheck for null container (diff)
downloadsway-ae6d459000865f0a3a54a1d0429ee28b282a7954.tar.gz
sway-ae6d459000865f0a3a54a1d0429ee28b282a7954.tar.zst
sway-ae6d459000865f0a3a54a1d0429ee28b282a7954.zip
Implement mouse warping
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index eee7f254..d983dcbb 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -101,6 +101,7 @@ static struct cmd_handler handlers[] = {
101 { "include", cmd_include }, 101 { "include", cmd_include },
102 { "input", cmd_input }, 102 { "input", cmd_input },
103 { "mode", cmd_mode }, 103 { "mode", cmd_mode },
104 { "mouse_warping", cmd_mouse_warping },
104 { "output", cmd_output }, 105 { "output", cmd_output },
105 { "seat", cmd_seat }, 106 { "seat", cmd_seat },
106 { "workspace", cmd_workspace }, 107 { "workspace", cmd_workspace },