diff --git a/legacy/ecore/src/lib/ecore_win32/ecore_win32_window.c b/legacy/ecore/src/lib/ecore_win32/ecore_win32_window.c index 8cb3caa6da..36f8a86047 100644 --- a/legacy/ecore/src/lib/ecore_win32/ecore_win32_window.c +++ b/legacy/ecore/src/lib/ecore_win32/ecore_win32_window.c @@ -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)); } /**