additional scaffolding

This commit is contained in:
2024-07-31 12:27:11 +01:00
parent 29793cccbe
commit d18e6f105d
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ struct
val _ = CML.spawn (fn () => InputCallbacks.registerCallbacks (window, inputMailbox))
val _ = CML.spawn (fn () => EventLoop.update (inputMailbox, drawMailbox))
val _ = CML.spawn (fn () => EventLoop.draw (window, graphDrawObject, buttonDrawObject, 0))
val _ = CML.spawn (fn () => EventLoop.draw (drawMailbox, window, graphDrawObject, buttonDrawObject, 0))
in
()
end