summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/cocoa/window.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa/window.m b/video/out/cocoa/window.m
index 1540a1b769..ece6246f34 100644
--- a/video/out/cocoa/window.m
+++ b/video/out/cocoa/window.m
@@ -55,7 +55,7 @@
- (void)windowDidChangeBackingProperties:(NSNotification *)notification
{
// XXX: we maybe only need expose for this
- // [self.adapter setNeedsResize];
+ [self.adapter setNeedsResize];
}
- (void)windowDidChangeScreenProfile:(NSNotification *)notification