Implement mouse warping

This commit is contained in:
Drew DeVault 2018-03-31 10:49:52 -04:00
parent eb5a8e03ff
commit ae6d459000
5 changed files with 39 additions and 4 deletions

View file

@ -101,6 +101,7 @@ static struct cmd_handler handlers[] = {
{ "include", cmd_include },
{ "input", cmd_input },
{ "mode", cmd_mode },
{ "mouse_warping", cmd_mouse_warping },
{ "output", cmd_output },
{ "seat", cmd_seat },
{ "workspace", cmd_workspace },