input: add seat and cursor implementations

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

View file

@ -129,6 +129,8 @@ cageng_sources = [
'desktop/util.c',
'desktop/view.c',
'desktop/xdg_shell.c',
'input/cursor.c',
'input/seat.c',
'cageng.c',
]
@ -141,6 +143,8 @@ cageng_headers = [
'desktop/util.h',
'desktop/view.h',
'desktop/xdg_shell.h',
'input/cursor.h',
'input/seat.h',
'serverng.h',
]