mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-27 06:59:54 -05:00
input: add seat and cursor implementations
This commit is contained in:
parent
0489045405
commit
b4f832d501
5 changed files with 298 additions and 0 deletions
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue