[ros-diffs] [weiden] 27706: Revert r27705. This change is incorrect and breaks MDI applications.

weiden at svn.reactos.org weiden at svn.reactos.org
Tue Jul 17 15:51:01 CEST 2007


Author: weiden
Date: Tue Jul 17 17:51:00 2007
New Revision: 27706

URL: http://svn.reactos.org/svn/reactos?rev=27706&view=rev
Log:
Revert r27705. This change is incorrect and breaks MDI applications.

Modified:
    trunk/reactos/dll/win32/user32/windows/window.c

Modified: trunk/reactos/dll/win32/user32/windows/window.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/window.c?rev=27706&r1=27705&r2=27706&view=diff
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/window.c (original)
+++ trunk/reactos/dll/win32/user32/windows/window.c Tue Jul 17 17:51:00 2007
@@ -193,10 +193,6 @@
       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];




More information about the Ros-diffs mailing list