diff options
Diffstat (limited to 'src/video_out/macosx/video_window.h')
-rw-r--r-- | src/video_out/macosx/video_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/macosx/video_window.h b/src/video_out/macosx/video_window.h index 8337ce5f8..3fb9c1eb5 100644 --- a/src/video_out/macosx/video_window.h +++ b/src/video_out/macosx/video_window.h @@ -50,7 +50,7 @@ typedef enum { - (void) initTextures; - (void) reloadTexture; - (char *) getTextureBuffer; -- (void) setVideoSize:(int)w height:(int)h; +- (void) setVideoSizeInMainThread:(int)w height:(int)h; /* Delegate methods */ - (id) delegate; |