Core: support configuring window before it opens
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
122a1ea9a7
commit
205a1f33db
10 changed files with 73 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ pub fn initModule() !void {
|
|||
// Initialize the global set of Mach modules used in the program.
|
||||
try mods.init(std.heap.c_allocator);
|
||||
|
||||
mods.schedule(.mach_core, .init);
|
||||
mods.schedule(.mach_core, .init_module);
|
||||
}
|
||||
|
||||
/// Tick runs a single step of the main loop on the main OS thread.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue