Author: greatlrd Date: Thu Aug 23 13:44:26 2007 New Revision: 28464
URL: http://svn.reactos.org/svn/reactos?rev=28464&view=rev Log: adding stub for NtGdiAnyLinkedFonts, NtGdiBRUSHOBJ_hGetColorTransform, NtGdiBRUSHOBJ_pvAllocRbrush
Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c trunk/reactos/subsystems/win32/win32k/w32ksvc.db
Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original) +++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Thu Aug 23 13:44:26 2007 @@ -6,6 +6,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 @@ 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; +} +
Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w32... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/w32ksvc.db (original) +++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db Thu Aug 23 13:44:26 2007 @@ -15,7 +15,7 @@ # NtGdiAddRemoteMMInstanceToDC 3 NtGdiAlphaBlend 12 NtGdiAngleArc 6 -# NtGdiAnyLinkedFonts 0 +NtGdiAnyLinkedFonts 0 # NtGdiFontIsLinked 1 NtGdiArcInternal 10 NtGdiBeginPath 1 @@ -641,9 +641,9 @@ # 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