[client] wayland: split xdg-shell handling into a module

This will allow libdecor to be added as a new pseudo-shell.
This commit is contained in:
Quantum
2021-03-06 05:20:29 -05:00
committed by Geoffrey McRae
parent 854b53e28c
commit 4031a862df
5 changed files with 158 additions and 114 deletions

View File

@@ -19,6 +19,7 @@ add_library(displayserver_Wayland STATIC
poll.c
state.c
registry.c
shell_xdg.c
wayland.c
window.c
)