]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/MainWindow.h
macosx gui: use vlc_path2uri.
[vlc] / modules / gui / macosx / MainWindow.h
index 5146829480f35d42cd40828e4ea813c6cb1cee22..d379ca11921700b27651f88683d53f70f603347b 100644 (file)
     VLCColorView * o_color_backdrop;
     NSInteger i_originalLevel;
     NSRect previousSavedFrame;
+
+    VLCWindow *o_extra_video_window;
+    id o_current_video_window;
 }
 + (VLCMainWindow *)sharedInstance;
 
     NSRect previousSavedFrame;
 }
 
-- (BOOL)isFullscreen;
 - (void)customZoom:(id)sender;
 
 @end