Add xdg-shell stable support

This commit is contained in:
emersion 2018-05-13 16:38:56 +01:00
parent 0c96d757d0
commit 88d9d43b36
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 331 additions and 1 deletions

View file

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