Author: greatlrd Date: Mon Jul 24 10:28:30 2006 New Revision: 23261
URL: http://svn.reactos.org/svn/reactos?rev=23261&view=rev Log: Revert 23251 it causing regress and it is ungly hack
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/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/window.c (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c Mon Jul 24 10:28:30 2006 @@ -1506,17 +1506,6 @@ { DPRINT1("Failed to reference window class!\n"); RETURN(NULL); - } - - if (Class->System) - { - if (hWndParent) - { - /* HACK - * use supplied window handle for notifications - */ - ParentWindowHandle = hWndParent; - } }
WinSta = PsGetCurrentThreadWin32Thread()->Desktop->WindowStation;