Module: wine Branch: master Commit: d38d581ae1217a18fd5c4a26f31f5cfd4229f658 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d38d581ae1217a18fd5c4a26f3...
Author: Grazvydas Ignotas notasas@gmail.com Date: Mon Apr 6 23:40:52 2015 +0300
include: Add a few missing entries in wingdi.h.
---
include/wingdi.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/wingdi.h b/include/wingdi.h index 0137ebd..e860f2c 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -3470,12 +3470,14 @@ WINGDIAPI BOOL WINAPI GdiAlphaBlend(HDC,int,int,int,int,HDC,int,int,int,i WINGDIAPI BOOL WINAPI GdiComment(HDC,UINT,const BYTE *); WINGDIAPI DEVMODEW * WINAPI GdiConvertToDevmodeW(const DEVMODEA *); WINGDIAPI BOOL WINAPI GdiFlush(void); +WINGDIAPI DWORD WINAPI GdiGetBatchLimit(void); WINGDIAPI LONG WINAPI GdiGetCharDimensions(HDC, LPTEXTMETRICW, LONG *); WINGDIAPI DWORD WINAPI GdiGetCodePage(HDC); WINGDIAPI BOOL WINAPI GdiGradientFill(HDC,PTRIVERTEX,ULONG,PVOID,ULONG,ULONG); WINGDIAPI BOOL WINAPI GdiIsMetaFileDC(HDC); WINGDIAPI BOOL WINAPI GdiIsMetaPrintDC(HDC); WINGDIAPI BOOL WINAPI GdiIsPlayMetafileDC(HDC); +WINGDIAPI DWORD WINAPI GdiSetBatchLimit(DWORD); WINGDIAPI BOOL WINAPI GdiTransparentBlt(HDC,int,int,int,int,HDC,int,int,int,int,UINT); WINGDIAPI INT WINAPI GetArcDirection(HDC); WINGDIAPI BOOL WINAPI GetAspectRatioFilterEx(HDC,LPSIZE);