X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=projects%2Fmacosx%2Fvlc_app%2FSources%2FVLCFullScreenControllerWindow.h;h=3a2ee041fce7a7a858ee897bced69249f862eea2;hb=32ef2433f17430e2fca6f9a32aebf7030c4e2e6d;hp=61b5fa0593fe25a48d2edd7ca7e6409ab6bc1418;hpb=b3372f1fd0cd732b956eeb545bd40873af6fc42a;p=vlc diff --git a/projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h b/projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h index 61b5fa0593..3a2ee041fc 100644 --- a/projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h +++ b/projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h @@ -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 * @@ -26,7 +26,7 @@ #import #import #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;