Add NtGdiAlphaBlend to w32ksvc.db (and fix tabs)

Forward gdi32:GdiAlphaBlend to NtGdiAlphaBlend

svn path=/trunk/; revision=18897
This commit is contained in:
Gregor Anich 2005-10-30 22:19:33 +00:00
parent f44623a76f
commit 71624f7c01
3 changed files with 23 additions and 35 deletions

View file

@ -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

View file

@ -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
*/

View file

@ -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