xdg-activation-v1: new protocol implementation

This implements the new xdg-activation-v1 protocol [1].

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/50
This commit is contained in:
Simon Ser 2021-02-04 20:48:05 +01:00
parent b86a0c8d8f
commit 8ff435831f
5 changed files with 391 additions and 3 deletions

View file

@ -105,7 +105,6 @@ pixman = dependency('pixman-1')
math = cc.find_library('m')
rt = cc.find_library('rt')
wlr_files = []
wlr_deps = [
wayland_server,