mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
add protocol file
This commit is contained in:
parent
bc7a76cdd0
commit
ffec7db766
2 changed files with 91 additions and 0 deletions
|
|
@ -26,7 +26,9 @@ 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("protocol/mez-remote-lua-unstable-v1.xml"));
|
||||
|
||||
scanner.generate("zmez_remote_lua_manager_v1", 1);
|
||||
scanner.generate("wl_compositor", 6);
|
||||
scanner.generate("wl_subcompositor", 1);
|
||||
scanner.generate("wl_shm", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue