xwayland: split server

Split the server part of wlr_xwayland into wlr_xwayland_server. This
allows compositors to implement their own XWM when wlroots' isn't a good
fit.
This commit is contained in:
Simon Ser 2020-05-05 10:24:08 +02:00 committed by Drew DeVault
parent d28a7da95d
commit 27609ba0d9
6 changed files with 503 additions and 411 deletions

View file

@ -54,6 +54,7 @@ wlr_files += files(
'selection/incoming.c',
'selection/outgoing.c',
'selection/selection.c',
'server.c',
'sockets.c',
'xwayland.c',
'xwm.c',