xdg-shell stable: copy-pasta implementation

This commit is contained in:
Dominique Martinet 2018-02-14 12:40:13 +01:00
parent 71cba94e73
commit 7d26a6debd
10 changed files with 2129 additions and 0 deletions

View file

@ -26,6 +26,7 @@ lib_wlr_types = static_library(
'wlr_wl_shell.c',
'wlr_xcursor_manager.c',
'wlr_xdg_shell_v6.c',
'wlr_xdg_shell.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos],