mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +00:00
Redirect : BRUSHOBJ_pvGetRbrush@4 to NtGdiBRUSHOBJ_pvGetRbrush@4
Redirect : BRUSHOBJ_ulGetBrushColor@4 to NtGdiBRUSHOBJ_ulGetBrushColor@4 Redirect : CLIPOBJ_bEnum@12 to NtGdiCLIPOBJ_bEnum@12 Redirect : CLIPOBJ_cEnumStart@20 to NtGdiCLIPOBJ_cEnumStart@20 Redirect : CLIPOBJ_ppoGetPath@4 to NtGdiCLIPOBJ_ppoGetPath@4 svn path=/trunk/; revision=28467
This commit is contained in:
parent
46fb3ca2dc
commit
14b913746c
2 changed files with 8 additions and 71 deletions
|
@ -23,23 +23,23 @@ Arc@36
|
||||||
ArcTo@36
|
ArcTo@36
|
||||||
BRUSHOBJ_hGetColorTransform@4=NtGdiBRUSHOBJ_hGetColorTransform@4
|
BRUSHOBJ_hGetColorTransform@4=NtGdiBRUSHOBJ_hGetColorTransform@4
|
||||||
BRUSHOBJ_pvAllocRbrush@8=NtGdiBRUSHOBJ_pvAllocRbrush@8
|
BRUSHOBJ_pvAllocRbrush@8=NtGdiBRUSHOBJ_pvAllocRbrush@8
|
||||||
|
BRUSHOBJ_pvGetRbrush@4=NtGdiBRUSHOBJ_pvGetRbrush@4
|
||||||
BRUSHOBJ_pvGetRbrush@4
|
BRUSHOBJ_ulGetBrushColor@4=NtGdiBRUSHOBJ_ulGetBrushColor@4
|
||||||
BRUSHOBJ_ulGetBrushColor@4
|
|
||||||
BeginPath@4
|
BeginPath@4
|
||||||
BitBlt@36
|
BitBlt@36
|
||||||
CLIPOBJ_bEnum@12
|
CLIPOBJ_bEnum@12=NtGdiCLIPOBJ_bEnum@12
|
||||||
CLIPOBJ_cEnumStart@20
|
CLIPOBJ_cEnumStart@20=NtGdiCLIPOBJ_cEnumStart@20
|
||||||
CLIPOBJ_ppoGetPath@4
|
CLIPOBJ_ppoGetPath@4=NtGdiCLIPOBJ_ppoGetPath@4
|
||||||
CancelDC@4
|
CancelDC@4
|
||||||
CheckColorsInGamut@16
|
CheckColorsInGamut@16
|
||||||
ChoosePixelFormat@8
|
ChoosePixelFormat@8
|
||||||
Chord@36
|
Chord@36
|
||||||
ClearBitmapAttributes@8
|
|
||||||
ClearBrushAttributes@8
|
|
||||||
CloseEnhMetaFile@4
|
CloseEnhMetaFile@4
|
||||||
CloseFigure@4
|
CloseFigure@4
|
||||||
CloseMetaFile@4
|
CloseMetaFile@4
|
||||||
|
|
||||||
|
ClearBitmapAttributes@8
|
||||||
|
ClearBrushAttributes@8
|
||||||
ColorCorrectPalette@16
|
ColorCorrectPalette@16
|
||||||
ColorMatchToTarget@12
|
ColorMatchToTarget@12
|
||||||
CombineRgn@16=NtGdiCombineRgn@16
|
CombineRgn@16=NtGdiCombineRgn@16
|
||||||
|
|
|
@ -2434,69 +2434,6 @@ GdiResetDCEMF(
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
PVOID STDCALL
|
|
||||||
BRUSHOBJ_pvGetRbrush(IN BRUSHOBJ *BrushObj)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
ULONG STDCALL
|
|
||||||
BRUSHOBJ_ulGetBrushColor(BRUSHOBJ *pbo)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
BOOL STDCALL
|
|
||||||
CLIPOBJ_bEnum(IN CLIPOBJ *ClipObj,
|
|
||||||
IN ULONG ObjSize,
|
|
||||||
OUT ULONG *EnumRects)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
ULONG STDCALL
|
|
||||||
CLIPOBJ_cEnumStart(IN CLIPOBJ *ClipObj,
|
|
||||||
IN BOOL ShouldDoAll,
|
|
||||||
IN ULONG ClipType,
|
|
||||||
IN ULONG BuildOrder,
|
|
||||||
IN ULONG MaxRects)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
PATHOBJ* STDCALL
|
|
||||||
CLIPOBJ_ppoGetPath(CLIPOBJ *ClipObj)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue