Add desktop.c

Move from view.c functions which work on server->views
This commit is contained in:
Johan Malm 2020-09-11 20:48:28 +01:00
parent 5181a0ac52
commit fb6f7d42a5
9 changed files with 229 additions and 222 deletions

View file

@ -3,6 +3,7 @@ labwc_sources = files(
'cursor.c',
'dbg.c',
'deco.c',
'desktop.c',
'interactive.c',
'keyboard.c',
'main.c',