[ros-dev] [ros-diffs] [jimtabor] 24553: Implement Get & Set batch limit.

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Wed Oct 18 03:08:18 CEST 2006


Alex Ionescu wrote:
> jimtabor at 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/gdi32p.h?rev=24553&r1=24552&r2=24553&view=diff
>>==============================================================================
> 
> 
> 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


More information about the Ros-dev mailing list