cocoa: make resizing wake the vo thread

This commit is contained in:
Stefano Pigozzi 2014-10-04 17:11:39 +02:00
parent c1d5b182b4
commit b915852f9f
1 changed files with 1 additions and 0 deletions

View File

@ -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