]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/embeddedwindow.h
macosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if...
[vlc] / modules / gui / macosx / embeddedwindow.h
index 39da8e9d6b9e670188d9af6978b75397810c3d30..e8e408d0ac3ad50fc954197cac5ca5d06fa02b4e 100644 (file)
@@ -49,6 +49,8 @@
     /* set to yes if we are fullscreen and all animations are over */
     BOOL              b_fullscreen;
     NSRecursiveLock * o_animation_lock;
+
+    BOOL              b_window_is_invisible;
 }
 
 - (void)controlTintChanged;