Alex Ionescu wrote:
jimtabor(a)svn.reactos.org wrote:
Author: jimtabor
Date: Tue Oct 17 09:30:54 2006
New Revision: 24553
URL:
http://svn.reactos.org/svn/reactos?rev=24553&view=rev
Log:
Implement Get & Set batch limit.
Modified:
trunk/reactos/dll/win32/gdi32/include/gdi32p.h
trunk/reactos/dll/win32/gdi32/misc/misc.c
trunk/reactos/dll/win32/gdi32/misc/stubs.c
Modified: trunk/reactos/dll/win32/gdi32/include/gdi32p.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/include/gd…
==============================================================================
Erm, shouldn't this be saved in the TEB?
After reading how it works,, it should. But I guess it works the same as
GdiSharedHandleTable,,, it gets saved (NtGdiFlush) and loaded (GdiProcessSetup).
So I but the batch limit variable in misc.c just like the rest.
Still researching this.
James