wayland: add icon support

This commit is contained in:
IoIxD
2025-12-18 18:21:57 -07:00
parent a27a01ce41
commit 59ff6f1008
3 changed files with 61 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ if (grep(/^wayland$/, @backends)) {
scan_wayland_protocol("stable", "xdg-shell", "");
scan_wayland_protocol("stable", "tablet", "-v2");
scan_wayland_protocol("staging", "xdg-toplevel-icon", "-v1");
scan_wayland_protocol("staging", "cursor-shape", "-v1");
scan_wayland_protocol("unstable", "xdg-decoration", "-unstable-v1");
scan_wayland_protocol("unstable", "primary-selection", "-unstable-v1");