summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2014-06-29 17:33:43 +0200
committerCedric BAIL <c.bail@partner.samsung.com>2014-06-29 19:57:26 +0200
commitda06260e793f12230da1cbb8cf9467114974d836 (patch)
treed9cf25bde64fe0aeb5810c441531bf7b790d3177
parent3dfc3035640f9e0d4456715b93c1052c396f436d (diff)
downloadefl-da06260e793f12230da1cbb8cf9467114974d836.tar.gz
ecore_win32: activate an Ecore window when raising it
-rw-r--r--src/lib/ecore_win32/ecore_win32_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_win32/ecore_win32_window.c b/src/lib/ecore_win32/ecore_win32_window.c
index 7c7e5162b9..81c6c52c5c 100644
--- a/src/lib/ecore_win32/ecore_win32_window.c
+++ b/src/lib/ecore_win32/ecore_win32_window.c
@@ -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");
}