]> git.sesse.net Git - vlc/blobdiff - projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
Rework of vout_OSDEpg.
[vlc] / projects / macosx / vlc_app / Sources / VLCFullScreenControllerWindow.h
index 61b5fa0593fe25a48d2edd7ca7e6409ab6bc1418..3a2ee041fce7a7a858ee897bced69249f862eea2 100644 (file)
@@ -4,7 +4,7 @@
  *****************************************************************************
  * Copyright (C) 2007 Pierre d'Herbemont
  * Copyright (C) 2007 the VideoLAN team
- * $Id: VLCBrowsableVideoView.h 24154 2008-01-06 20:27:55Z pdherbemont $
+ * $Id$
  *
  * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
  *
@@ -26,7 +26,7 @@
 #import <Cocoa/Cocoa.h>
 #import <VLCKit/VLCKit.h>
 #import "VLCAppAdditions.h"
-#import "VLCMainWindow.h"
+#import "VLCMainWindowController.h"
 
 
 @interface VLCFullScreenControllerWindow : NSPanel
@@ -49,7 +49,7 @@
     BOOL active;
     
     /* Owner */
-    IBOutlet VLCMainWindow   * mainWindow;
+    IBOutlet VLCMainWindowController   * mainWindowController;
 
     /* Draging the window using its content */
     NSPoint mouseClic;