summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-02 18:05:59 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-02 18:05:59 +0000
commitb7aed4714e298cd4c39248055eda54db2ce562ae (patch)
tree1b4c3d6e0c6a47d858660265ba1317e834b5cc83 /libvo/vo_macosx.h
parent97378713fd110322919ab41d761770a7a440a44d (diff)
downloadmpv-b7aed4714e298cd4c39248055eda54db2ce562ae.tar.bz2
mpv-b7aed4714e298cd4c39248055eda54db2ce562ae.tar.xz
enable rootwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15328 b3059339-0415-0410-9bf9-f77b7e298cf2
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;