]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/win32/win32_window.cpp
- modules/control/showintf.c: new control module, able to show the
[vlc] / modules / gui / skins2 / win32 / win32_window.cpp
index 53c50fb64bbb6f04c408631a6b40a96af42e289d..6452c4c73b7639244257bee4b4b581bf5de7d65d 100644 (file)
@@ -127,7 +127,8 @@ void Win32Window::moveResize( int left, int top, int width, int height ) const
 
 void Win32Window::raise() const
 {
-    SetWindowPos( m_hWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE );
+//     SetWindowPos( m_hWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE );
+    SetForegroundWindow( m_hWnd );
 }