wip: window size update

This commit is contained in:
Travis McLane
2020-09-18 07:01:39 -05:00
parent ae04b4fcc0
commit 4138779c5e

View File

@@ -334,6 +334,10 @@ void SetSize(struct Application *app, int width, int height) {
Debug("frame->size.width %4.1f", frame->size.width);
Debug("frame->size.height %4.1f", frame->size.height);
frame->size.width = width;
frame->size.height = height;
msg(app->mainWindow, s("setFrame:display:"), *frame, true);
// Move the window
// msg(app->mainWindow, s("setFrame:display:animate:"), *frame, 1, 0);
)