diff options
Diffstat (limited to 'window_darwin.m')
| -rw-r--r-- | window_darwin.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/window_darwin.m b/window_darwin.m index 21287cf..b156392 100644 --- a/window_darwin.m +++ b/window_darwin.m @@ -20,6 +20,11 @@ return windowClosing(self->gowin); } +- (void)windowDidResize:(NSNotification *)note +{ + windowResized(self->gowin); +} + @end id newWindow(intptr_t width, intptr_t height) |
