Skip to content

Commit ae1d49b

Browse files
Stephen Gutekanstemidoots
authored andcommitted
object: add TODO; fix non-aarch64 macos builds
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent fc13b37 commit ae1d49b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Core.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub var non_blocking = false;
3030

3131
pub const mach_module = .mach_core;
3232

33-
pub const mach_systems = .{ .main, .init, .presentFrame, .deinit };
33+
pub const mach_systems = .{ .main, .init, .tick, .presentFrame, .deinit };
3434

3535
windows: mach.Objects(struct {
3636
// Window title string

src/module.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub fn Objects(comptime T: type) type {
3131
allocator: std.mem.Allocator,
3232

3333
/// Mutex to be held when operating on these objects.
34+
/// TODO(object): replace with RwLock and update website docs to indicate this
3435
mu: std.Thread.Mutex = .{},
3536

3637
/// A registered ID indicating the type of objects being represented. This can be

0 commit comments

Comments
 (0)