mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-25 06:59:48 -05:00
desktop: add new view abstraction with xdg shell implementation
This commit is contained in:
parent
248f4847df
commit
de61d06406
5 changed files with 445 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ endif
|
|||
|
||||
cageng_sources = [
|
||||
'desktop/output.c',
|
||||
'desktop/view.c',
|
||||
'desktop/xdg_shell.c',
|
||||
'cageng.c',
|
||||
]
|
||||
|
||||
|
|
@ -129,6 +131,8 @@ cageng_headers = [
|
|||
output: 'config.h',
|
||||
configuration: conf_data),
|
||||
'desktop/output.h',
|
||||
'desktop/view.h',
|
||||
'desktop/xdg_shell.h',
|
||||
'serverng.h',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue