Ecore_Win32: fix ecore_win32_window_override_new() behavior

SVN revision: 70365
This commit is contained in:
Vincent Torri 2012-04-20 14:47:15 +00:00
parent 0037f3bf30
commit a2dfe1c162
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ ecore_win32_window_override_new(Ecore_Win32_Window *parent,
return ecore_win32_window_internal_new(parent,
x, y,
width, height,
WS_POPUP);
WS_POPUP & ~(WS_CAPTION | WS_THICKFRAME));
}
/**