]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/window_manager.cpp
Quick patch to make pda.c inteface compile again. It disables the management of the...
[vlc] / modules / gui / skins2 / src / window_manager.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 040f1ff..d8d5621
@@ -184,6 +184,17 @@ void WindowManager::synchVisibility() const
 }
 
 
+void WindowManager::raiseAll() const
+{
+    // Raise all the windows
+    WinSet_t::const_iterator it;
+    for( it = m_allWindows.begin(); it != m_allWindows.end(); it++ )
+    {
+        (*it)->raise();
+    }
+}
+
+
 void WindowManager::showAll() const
 {
     // Show all the windows