mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Add NtGdiAlphaBlend to w32ksvc.db (and fix tabs)
Forward gdi32:GdiAlphaBlend to NtGdiAlphaBlend svn path=/trunk/; revision=18897
This commit is contained in:
parent
f44623a76f
commit
71624f7c01
3 changed files with 23 additions and 35 deletions
|
@ -248,7 +248,7 @@ FrameRgn@20=NtGdiFrameRgn@20
|
|||
GdiAddFontResourceW@12
|
||||
GdiAddGlsBounds@8
|
||||
GdiAddGlsRecord@16
|
||||
GdiAlphaBlend@44
|
||||
GdiAlphaBlend@44=NtGdiAlphaBlend@44
|
||||
GdiArtificialDecrementDriver@8
|
||||
GdiCleanCacheDC@4
|
||||
GdiComment@12
|
||||
|
|
|
@ -1850,18 +1850,6 @@ GdiAddGlsBounds(HDC hdc,LPRECT prc)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
GdiAlphaBlend(HDC hdcDst,LONG DstX,LONG DstY,LONG DstCx,LONG DstCy,HDC hdcSrc,LONG SrcX,LONG SrcY,LONG SrcCx,LONG SrcCy,BLENDFUNCTION BlendFunction)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
NtGdiAbortDoc 1
|
||||
NtGdiAbortPath 1
|
||||
NtGdiAddFontResource 2
|
||||
NtGdiAlphaBlend 11
|
||||
NtGdiAngleArc 6
|
||||
NtGdiAnimatePalette 4
|
||||
NtGdiArc 9
|
||||
|
@ -10,7 +11,6 @@ NtGdiBeginPath 1
|
|||
NtGdiBitBlt 9
|
||||
NtGdiCancelDC 1
|
||||
NtGdiCheckColorsInGamut 4
|
||||
#NtGdiChoosePixelFormat (2?)
|
||||
NtGdiChord 9
|
||||
NtGdiCloseEnhMetaFile 1
|
||||
NtGdiCloseFigure 1
|
||||
|
|
Loading…
Reference in a new issue