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

@ -63,6 +63,7 @@ sway_sources = files(
'commands/input/xkb_options.c',
'commands/input/xkb_rules.c',
'commands/input/xkb_variant.c',
'commands/mouse_warping.c',
'commands/output.c',
'commands/reload.c',
'commands/workspace.c',