first drawing to the screen

This commit is contained in:
Squibid 2025-10-16 17:19:51 -04:00
parent 6b76de1e77
commit bbf347fa13
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 142 additions and 13 deletions

View file

@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml");
scanner.addSystemProtocol("stable/tablet/tablet-v2.xml");
scanner.generate("wl_compositor", 4);
scanner.generate("wl_compositor", 6);
scanner.generate("wl_subcompositor", 1);
scanner.generate("wl_shm", 1);
scanner.generate("wl_output", 4);