ecore_win32: activate an Ecore window when raising it

This commit is contained in:
Vincent Torri 2014-06-29 17:33:43 +02:00 committed by Cedric BAIL
parent 3dfc303564
commit da06260e79
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ ecore_win32_window_raise(Ecore_Win32_Window *window)
if (!SetWindowPos(window->window,
HWND_TOP, 0, 0, 0, 0,
SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE))
SWP_NOMOVE | SWP_NOSIZE))
{
ERR("SetWindowPos() failed");
}