adding stub for NtGdiAnyLinkedFonts, NtGdiBRUSHOBJ_hGetColorTransform, NtGdiBRUSHOBJ_pvAllocRbrush

svn path=/trunk/; revision=28464
This commit is contained in:
Magnus Olsen 2007-08-23 09:44:26 +00:00
parent 1ca48793e3
commit 851f4ff721
2 changed files with 42 additions and 3 deletions

View file

@ -7,6 +7,9 @@
#define STUB(x) void x(void) { DbgPrint("WIN32K: Stub for %s\n", #x); }
#define UNIMPLEMENTED DbgPrint("(%s:%i) WIN32K: %s UNIMPLEMENTED\n", __FILE__, __LINE__, __FUNCTION__ )
/*
* @unimplemented
*/
@ -1204,3 +1207,39 @@ XLATEOBJ_hGetColorTransform(
UNIMPLEMENTED;
return NULL;
}
/*
* @unimplemented
*/
BOOL
STDCALL
NtGdiAnyLinkedFonts()
{
UNIMPLEMENTED;
return FALSE;
}
/*
* @unimplemented
*/
HANDLE STDCALL
NtGdiBRUSHOBJ_hGetColorTransform(
IN BRUSHOBJ *Brush)
{
UNIMPLEMENTED;
return NULL;
}
/*
* @unimplemented
*/
PVOID STDCALL
NtGdiBRUSHOBJ_pvAllocRbrush(IN BRUSHOBJ *BrushObj,
IN ULONG ObjSize)
{
UNIMPLEMENTED;
return NULL;
}

View file

@ -15,7 +15,7 @@ NtGdiAbortPath 1
# NtGdiAddRemoteMMInstanceToDC 3
NtGdiAlphaBlend 12
NtGdiAngleArc 6
# NtGdiAnyLinkedFonts 0
NtGdiAnyLinkedFonts 0
# NtGdiFontIsLinked 1
NtGdiArcInternal 10
NtGdiBeginPath 1
@ -641,9 +641,9 @@ NtGdiEngAlphaBlend 7
# NtGdiEngCreateClip 0
# NtGdiEngDeleteClip 1
# NtGdiBRUSHOBJ_ulGetBrushColor 1
# NtGdiBRUSHOBJ_pvAllocRbrush 2
NtGdiBRUSHOBJ_pvAllocRbrush 2
# NtGdiBRUSHOBJ_pvGetRbrush 1
# NtGdiBRUSHOBJ_hGetColorTransform 1
NtGdiBRUSHOBJ_hGetColorTransform 1
# NtGdiXFORMOBJ_bApplyXform 5
# NtGdiXFORMOBJ_iGetXform 2
# NtGdiFONTOBJ_vGetInfo 3