mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Add xdg-shell stable support
This commit is contained in:
parent
0c96d757d0
commit
88d9d43b36
8 changed files with 331 additions and 1 deletions
|
|
@ -10,10 +10,11 @@ sway_sources = files(
|
|||
'security.c',
|
||||
|
||||
'desktop/desktop.c',
|
||||
'desktop/output.c',
|
||||
'desktop/layer_shell.c',
|
||||
'desktop/output.c',
|
||||
'desktop/wl_shell.c',
|
||||
'desktop/xdg_shell_v6.c',
|
||||
'desktop/xdg_shell.c',
|
||||
'desktop/xwayland.c',
|
||||
|
||||
'input/input-manager.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue