I should really put this layer shell stuff on another branch

This commit is contained in:
Harrison DiAmbrosio 2025-11-30 23:41:55 -05:00
parent 02b48c9952
commit 3ccf47e0be
5 changed files with 475 additions and 1 deletions

View file

@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void {
scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml");
scanner.addSystemProtocol("stable/tablet/tablet-v2.xml");
scanner.addSystemProtocol("unstable/xdg-decoration/xdg-decoration-unstable-v1.xml");
scanner.addCustomProtocol(b.path("protocols/wlr-layer-shell-unstable-v1.xml"));
scanner.generate("wl_compositor", 6);
scanner.generate("wl_subcompositor", 1);