]> 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 4023217c715100cffa695c2b8038e941464bee26..6dd052604213659e1f3c155e2492a98cee84b857 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * window_manager.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
@@ -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;