diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-06-19 04:11:53 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-06-19 04:11:53 +0000 |
commit | 40fd2791ae6b99b5f78244f5dc827b0d8af95cd6 (patch) | |
tree | a7ddefe9b933ec28304ac4b404d94932d047bf2d /src/video_out/macosx/video_window.h | |
parent | 73a709eeb0e188c0e911457d1ded45fd841c9435 (diff) | |
download | xine-lib-40fd2791ae6b99b5f78244f5dc827b0d8af95cd6.tar.gz xine-lib-40fd2791ae6b99b5f78244f5dc827b0d8af95cd6.tar.bz2 |
Run Mac OS X video driver's setVideoSize method in the main (UI) thread, rather
than xine's thread, to avoid threading problems.
CVS patchset: 6701
CVS date: 2004/06/19 04:11:53
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; |