]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/embeddedwindow.h
[Qt] use screenGeometry instead of screen.
[vlc] / modules / gui / macosx / embeddedwindow.h
index a300538294a29b7cb924f433d62c1c6f362533e4..ead8618f72cfc2c92e374499387caf6bdae13937 100644 (file)
     NSView          * o_temp_view;
     /* set to yes if we are fullscreen and all animations are over */
     BOOL              b_fullscreen;
-    BOOL              b_animation_lock_alreadylocked;
     NSRecursiveLock * o_animation_lock;
+
+    BOOL              b_window_is_invisible;
+
+    NSSize videoRatio;
+    int originalLevel;
 }
 
 - (void)controlTintChanged;
@@ -58,6 +62,8 @@
 - (void)playStatusUpdated: (int)i_status;
 - (void)setSeekable: (BOOL)b_seekable;
 
+- (void)setVideoRatio:(NSSize)ratio;
+
 - (NSView *)mainView;
 
 - (BOOL)isFullscreen;