input: add pointer implementation

This commit is contained in:
Jente Hidskes 2020-07-08 21:44:50 +02:00
parent b4f832d501
commit c417783088
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
5 changed files with 107 additions and 0 deletions

View file

@ -130,6 +130,7 @@ cageng_sources = [
'desktop/view.c',
'desktop/xdg_shell.c',
'input/cursor.c',
'input/pointer.c',
'input/seat.c',
'cageng.c',
]
@ -144,6 +145,7 @@ cageng_headers = [
'desktop/view.h',
'desktop/xdg_shell.h',
'input/cursor.h',
'input/pointer.h',
'input/seat.h',
'serverng.h',
]