summaryrefslogtreecommitdiff
path: root/src/video_out/macosx/video_window.h
diff options
context:
space:
mode:
authorAndre Pang <athp@users.sourceforge.net>2004-07-05 05:26:12 +0000
committerAndre Pang <athp@users.sourceforge.net>2004-07-05 05:26:12 +0000
commit5d1461ecfc4f4b281800077744a63b1bf4099601 (patch)
treea117363f96fe4f8aee2915f7eb1166d83bdf0dab /src/video_out/macosx/video_window.h
parent06accd34019f620347881096405b12dff1361f59 (diff)
downloadxine-lib-5d1461ecfc4f4b281800077744a63b1bf4099601.tar.gz
xine-lib-5d1461ecfc4f4b281800077744a63b1bf4099601.tar.bz2
Mac OS X: Changed XineOpenGLView's resizeViewToVideoSizeOnLoad attribute to
resizeViewOnVideoSizeChange, with corresponding semantic changes CVS patchset: 6772 CVS date: 2004/07/05 05:26:12
Diffstat (limited to 'src/video_out/macosx/video_window.h')
-rw-r--r--src/video_out/macosx/video_window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/macosx/video_window.h b/src/video_out/macosx/video_window.h
index e0f199305..5f2cad55e 100644
--- a/src/video_out/macosx/video_window.h
+++ b/src/video_out/macosx/video_window.h
@@ -41,7 +41,7 @@ typedef enum {
NSOpenGLContext *currentContext;
NSLock *mutex;
BOOL keepsVideoAspectRatio;
- BOOL resizeViewToVideoSizeOnLoad;
+ BOOL resizeViewOnVideoSizeChange;
}
- (void) displayTexture;
@@ -62,8 +62,8 @@ typedef enum {
- (NSSize) videoSize;
- (void) setKeepsVideoAspectRatio:(BOOL)flag;
- (BOOL) keepsVideoAspectRatio;
-- (void) setResizeViewToVideoSizeOnLoad:(BOOL)flag;
-- (BOOL) resizeViewToVideoSizeOnLoad;
+- (void) setResizeViewOnVideoSizeChange:(BOOL)flag;
+- (BOOL) resizeViewOnVideoSizeChange;
/* Delegate methods */
- (id) delegate;