summaryrefslogtreecommitdiff
path: root/src/video_out/macosx/video_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/macosx/video_window.h')
-rw-r--r--src/video_out/macosx/video_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_out/macosx/video_window.h b/src/video_out/macosx/video_window.h
index 2eb705378..b1874672a 100644
--- a/src/video_out/macosx/video_window.h
+++ b/src/video_out/macosx/video_window.h
@@ -45,6 +45,7 @@ typedef enum {
BOOL keepsVideoAspectRatio;
BOOL resizeViewOnVideoSizeChange;
NSCursor *currentCursor;
+ id <NSObject, XineOpenGLViewDelegate> _xineController;
}
- (void) displayTexture;
@@ -71,6 +72,8 @@ typedef enum {
- (void) setCurrentCursor:(NSCursor *)cursor;
- (NSCursor *) currentCursor;
- (void) resetCursorRectsInMainThread;
+- (void) setXineController:(id)controller;
+- (id) xineController;
/* Delegate methods */
- (id) delegate;