Fix frame and grabbing

This commit is contained in:
2026-03-08 16:25:14 +01:00
parent 15d830987e
commit 2959ed9cd0
3 changed files with 123 additions and 74 deletions
+1 -1
View File
@@ -33,8 +33,8 @@ pub fn build(b: *std.Build) void {
exe.root_module.addIncludePath(b.path("src"));
exe.root_module.addCSourceFiles(.{
.files = &.{ "src/xdg-shell.c", },
.language = .c,
.files = &.{ "src/xdg-shell.c", },
});
b.installArtifact(exe);