Add xdg-decoration-unstable-v1 support

This commit is contained in:
emersion 2018-06-10 11:15:26 +01:00
parent b6ed1f29a4
commit 555721f714
14 changed files with 807 additions and 43 deletions

View file

@ -66,3 +66,9 @@ if libpng.found()
dependencies: [wayland_client, wlr_protos, wlroots, libpng]
)
endif
executable(
'toplevel-decoration',
'toplevel-decoration.c',
dependencies: [wayland_client, wlr_protos, wlroots]
)