explicitely update the window

SVN revision: 40905
This commit is contained in:
Vincent Torri 2009-06-05 17:14:56 +00:00
parent aac69a080f
commit a8490456b6
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ ecore_win32_window_resize(Ecore_Win32_Window *window,
if (!MoveWindow(w->window, x, y,
rect.right - rect.left,
rect.bottom - rect.top,
FALSE))
TRUE))
{
EINA_ERROR_PERR("MoveWindow() failed\n");
}