Revert r27705. This change is incorrect and breaks MDI applications.

svn path=/trunk/; revision=27706
This commit is contained in:
Thomas Bluemel 2007-07-17 13:51:00 +00:00
parent 10c5cdc533
commit 14e9f977d9

View file

@ -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];