Author: greatlrd Date: Thu May 11 01:34:10 2006 New Revision: 21886
URL: http://svn.reactos.ru/svn/reactos?rev=21886&view=rev Log: revers my change in 21818, w3seek point out it was not good, and it can create unsupectet problem, like no gui ondemain, and maybe other, it seam waxdragon and other have problem boot after this changes. thats is the reason for this change beeing remove, that was added in 21818
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/subsystems/win32/win32k/obje... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Thu May 11 01:34:10 2006 @@ -489,18 +489,6 @@ BOOL GotDriver; BOOL DoDefault; ULONG DisplayNumber; - LARGE_INTEGER TimeOut; - - /* We need delay the tree */ - TimeOut.QuadPart = -10000000; - KeDelayExecutionThread(KernelMode, FALSE, &TimeOut); - - if (PrimarySurface.PreparedDriver) - { - DPRINT1("time out!\n"); - KEBUGCHECK(0); - } -
for (DisplayNumber = 0; ; DisplayNumber++) {