]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/window_manager.hpp
- modules/control/showintf.c: new control module, able to show the
[vlc] / modules / gui / skins2 / src / window_manager.hpp
index 25d692eaddb2d49a49ca4f57ae7429559077d56d..4023217c715100cffa695c2b8038e941464bee26 100644 (file)
@@ -67,6 +67,9 @@ class WindowManager: public SkinObject
         /// If a new anchoring is detected, the windows will move accordingly.
         void move( TopWindow &rWindow, int left, int top ) const;
 
+        /// Raise all the registered windows
+        void raiseAll() const;
+
         /// Show all the registered windows
         void showAll() const;