mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
rootston: move part of desktop.c to view.c, use an interface for views
This commit is contained in:
parent
4f66565606
commit
e86c7a3dd6
9 changed files with 732 additions and 707 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue