]> git.sesse.net Git - vlc/blobdiff - projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
vlc_app: New media layer view. Enabled by default. Set bindings from resources. ...
[vlc] / projects / macosx / vlc_app / Sources / VLCFullScreenControllerWindow.h
index 61b5fa0593fe25a48d2edd7ca7e6409ab6bc1418..e96d7eb0aad4a1be37395cfce14cd85c49d0d2dd 100644 (file)
@@ -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;