desktop: add new view abstraction with xdg shell implementation

This commit is contained in:
Jente Hidskes 2020-06-30 23:18:50 +02:00
parent 248f4847df
commit de61d06406
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
5 changed files with 445 additions and 0 deletions

View file

@ -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',
]