rootston: move part of desktop.c to view.c, use an interface for views

This commit is contained in:
emersion 2019-02-23 12:15:37 +01:00
parent 4f66565606
commit e86c7a3dd6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
9 changed files with 732 additions and 707 deletions

View file

@ -12,10 +12,11 @@ sources = [
'seat.c',
'switch.c',
'text_input.c',
'view.c',
'virtual_keyboard.c',
'wl_shell.c',
'xdg_shell.c',
'xdg_shell_v6.c',
'xdg_shell.c',
]
if conf_data.get('WLR_HAS_XWAYLAND', 0) == 1