summaryrefslogtreecommitdiff
path: root/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-18 17:03:07 -0400
committerPietro Gagliardi <[email protected]>2014-10-18 17:03:07 -0400
commit62048303a34f6cac733798651adb53b640e2114a (patch)
treeb03994dfe1d5cfbc94be65075f3345a45166bbef /window_darwin.m
parent8c8b642adbed274133b6e9d975c7ca8786300d2c (diff)
Merged new container/sizing stuff.
Diffstat (limited to 'window_darwin.m')
-rw-r--r--window_darwin.m5
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)