mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Remove NtGdiGdiGet-SetBatchLimit.
svn path=/trunk/; revision=28053
This commit is contained in:
@@ -337,12 +337,6 @@ NtGdiGdiComment (
|
||||
CONST LPBYTE Data
|
||||
);
|
||||
|
||||
/* Should be done in user-mode. */
|
||||
DWORD STDCALL NtGdiGdiGetBatchLimit (VOID);
|
||||
|
||||
/* Should be done in user-mode. */
|
||||
DWORD STDCALL NtGdiGdiSetBatchLimit (DWORD Limit);
|
||||
|
||||
/* Use NtGdiGetDCDword with GdiGetArcDirection. */
|
||||
INT
|
||||
STDCALL
|
||||
|
||||
@@ -30,22 +30,6 @@ NtGdiFlush(VOID)
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
NtGdiGdiGetBatchLimit(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
NtGdiGdiSetBatchLimit(DWORD Limit)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
DWORD
|
||||
APIENTRY
|
||||
NtGdiGetBoundsRect(
|
||||
|
||||
@@ -75,12 +75,10 @@ NtGdiFlattenPath 1
|
||||
NtGdiFrameRgn 5
|
||||
NtGdiGdiComment 3
|
||||
NtGdiFlush 0
|
||||
NtGdiGdiGetBatchLimit 0
|
||||
#NtGdiGdiPlayDCScript ?
|
||||
#NtGdiGdiPlayJournal ?
|
||||
#NtGdiGdiPlayScript ?
|
||||
#NtGdiGdiPlaySpoolStream ?
|
||||
NtGdiGdiSetBatchLimit 1
|
||||
NtGdiGetArcDirection 1
|
||||
NtGdiGetAspectRatioFilterEx 2
|
||||
NtGdiGetBitmapBits 3
|
||||
|
||||
Reference in New Issue
Block a user