summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index bcb0b27d06..07983b6369 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -10,6 +10,7 @@
#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
+#import <QuickTime/QuickTime.h>
@interface CustomOpenGLView : NSOpenGLView
{
@@ -45,6 +46,7 @@
- (void) fullscreen: (BOOL) animate;
- (void) ontop;
- (void) panscan;
+- (void) rootwin;
//event
- (void) keyDown: (NSEvent *) theEvent;