X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fskins2%2Fwin32%2Fwin32_window.cpp;h=6452c4c73b7639244257bee4b4b581bf5de7d65d;hb=62d1b7d2d6ce7b7eec5cc48f91e884e0de02a48d;hp=53c50fb64bbb6f04c408631a6b40a96af42e289d;hpb=859d9e3170043afa4c5007f962f41b6b227e9332;p=vlc diff --git a/modules/gui/skins2/win32/win32_window.cpp b/modules/gui/skins2/win32/win32_window.cpp index 53c50fb64b..6452c4c73b 100644 --- a/modules/gui/skins2/win32/win32_window.cpp +++ b/modules/gui/skins2/win32/win32_window.cpp @@ -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 ); }