mirror of
https://github.com/zoriya/zig-wayland.git
synced 2026-06-08 20:45:20 +00:00
Move client display functions to src/
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ const Interface = struct {
|
||||
try request.emitRequestFn(writer, interface, opcode);
|
||||
|
||||
if (mem.eql(u8, interface.name, "wl_display"))
|
||||
try writer.writeAll(@embedFile("display_functions.zig"));
|
||||
try writer.writeAll(@embedFile("src/client_display_functions.zig"));
|
||||
|
||||
try writer.writeAll("};\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user