[ros-diffs] [tkreuzer] 47297: [WIN32K] Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sat May 22 04:42:38 CEST 2010


Author: tkreuzer
Date: Sat May 22 04:42:38 2010
New Revision: 47297

URL: http://svn.reactos.org/svn/reactos?rev=47297&view=rev
Log:
[WIN32K]
Remove WS_EX_SETANSICREATOR from Ex style in co_IntCreateWindowEx

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/window.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/window.c?rev=47297&r1=47296&r2=47297&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] Sat May 22 04:42:38 2010
@@ -1997,6 +1997,8 @@
       dwExStyle |= WS_EX_WINDOWEDGE;
    else
       dwExStyle &= ~WS_EX_WINDOWEDGE;
+
+   dwExStyle &= ~WS_EX_SETANSICREATOR;
 
    Wnd->style = dwStyle & ~WS_VISIBLE;
 




More information about the Ros-diffs mailing list