mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Set GDI_BatchLimit from TEB.
svn path=/trunk/; revision=24560
This commit is contained in:
parent
f7420ccbad
commit
31280506e9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ GdiProcessSetup (VOID)
|
|||
/* map the gdi handle table to user space */
|
||||
GdiHandleTable = NtCurrentTeb()->ProcessEnvironmentBlock->GdiSharedHandleTable;
|
||||
CurrentProcessId = NtCurrentTeb()->Cid.UniqueProcess;
|
||||
GDI_BatchLimit = NtCurrentTeb()->GdiBatchCount;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue