| commit | fab990d1055c4678d105a884de3ea957d21d3b9b | [log] [tgz] |
|---|---|---|
| author | Vlad Zahorodnii <[email protected]> | Wed Jun 11 08:18:34 2025 |
| committer | Vlad Zahorodnii <[email protected]> | Wed Jun 11 08:50:17 2025 |
| tree | fcb6db6c68d629c6addd93984a28ed56794a45b1 | |
| parent | 49f4636681e1346e063fcd81de8c213b61e8962f [diff] |
kde-virtual-desktop-v2: Add new protocol The new protocol fixes race conditions in the old protocol and also cleans up some things in the old protocol, e.g. there is just one global done event, adds missing destructor requests, etc.
This project provides the xml files of the non-standard wayland protocols we use in Plasma.
They are installed to $PREFIX/share/plasma-wayland-protocols.
You can get the directory where they're installed by using
find_package(PlasmaWaylandProtocols)
Then they can be accessed using ${PLASMA_WAYLAND_PROTOCOLS_DIR}.
You can learn more about such protocol files in https://wayland.freedesktop.org/docs/html/ch04.html.