summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/cocoa_common.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m
index 1a8b8a1d31..37cbac14b5 100644
--- a/video/out/cocoa_common.m
+++ b/video/out/cocoa_common.m
@@ -647,6 +647,7 @@ void *vo_cocoa_cgl_pixel_format(struct vo *vo)
- (void)setNeedsResize {
struct vo_cocoa_state *s = self.vout->cocoa;
s->did_resize = true;
+ vo_wakeup(self.vout);
}
- (void)recalcMovableByWindowBackground:(NSPoint)p