Implement simple touch support for rootston

This commit is contained in:
Drew DeVault 2017-10-20 23:19:41 -04:00
parent 59fa18fbc9
commit 1782d5e7b7
5 changed files with 113 additions and 10 deletions

View file

@ -9,6 +9,7 @@ sources = [
'output.c',
'pointer.c',
'tablet_tool.c',
'touch.c',
'xdg_shell_v6.c',
'wl_shell.c',
]