From 14e9f977d96f07a3da688a242f25b58768099cae Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 17 Jul 2007 13:51:00 +0000 Subject: [PATCH] Revert r27705. This change is incorrect and breaks MDI applications. svn path=/trunk/; revision=27706 --- reactos/dll/win32/user32/windows/window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/win32/user32/windows/window.c b/reactos/dll/win32/user32/windows/window.c index e4b503968f7..8fde58a8399 100644 --- a/reactos/dll/win32/user32/windows/window.c +++ b/reactos/dll/win32/user32/windows/window.c @@ -193,10 +193,6 @@ User32CreateWindowEx(DWORD dwExStyle, ControlsInitialized = ControlsInit(ClassName.Buffer); } - /* remove DS_SHELLFONT style because it conflicts with WS_EX_MDICHILD */ - if (dwExStyle & DS_SHELLFONT) - dwExStyle &= ~DS_SHELLFONT; - if (dwExStyle & WS_EX_MDICHILD) { POINT mPos[2];