Wire up pointer, start on cursor

This commit is contained in:
Drew DeVault 2017-09-23 10:36:32 -04:00
parent 0699aa62d8
commit 7523de7c61
5 changed files with 80 additions and 8 deletions

View file

@ -6,5 +6,6 @@ executable(
'input.c',
'main.c',
'output.c',
'pointer.c'
], dependencies: wlroots
)