]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/window_manager.hpp
* all: Post a CmdResizeVout command when the vout size changes
[vlc] / modules / gui / skins2 / src / window_manager.hpp
index 12981c1166156947cdc45bc9e5a653ec06f7b61f..6dd052604213659e1f3c155e2492a98cee84b857 100644 (file)
@@ -71,7 +71,7 @@ class WindowManager: public SkinObject
         void raiseAll() const;
 
         /// Show all the registered windows
-        void showAll() const;
+        void showAll(bool firstTime = false) const;
 
         /// Hide all the registered windows
         void hideAll() const;