mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
I should really put this layer shell stuff on another branch
This commit is contained in:
parent
02b48c9952
commit
3ccf47e0be
5 changed files with 475 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue