mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
[PSDK/WINGDI.H]
- add wglSwapMultipleBuffers prototype svn path=/trunk/; revision=60152
This commit is contained in:
parent
664140a669
commit
1d89cdf153
1 changed files with 14 additions and 0 deletions
|
@ -4038,6 +4038,20 @@ BOOL WINAPI wglUseFontOutlinesW(HDC,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,LPGLYPHMET
|
||||||
|
|
||||||
#if (WINVER >= 0x0500)
|
#if (WINVER >= 0x0500)
|
||||||
|
|
||||||
|
typedef struct _WGLSWAP
|
||||||
|
{
|
||||||
|
HDC hdc;
|
||||||
|
UINT uiFlags;
|
||||||
|
} WGLSWAP, *PWGLSWAP, FAR *LPWGLSWAP;
|
||||||
|
|
||||||
|
#define WGL_SWAPMULTIPLE_MAX 16
|
||||||
|
|
||||||
|
DWORD WINAPI wglSwapMultipleBuffers(UINT, CONST WGLSWAP *);
|
||||||
|
|
||||||
|
#endif // (WINVER >= 0x0500)
|
||||||
|
|
||||||
|
#if (WINVER>= 0x0500)
|
||||||
|
|
||||||
BOOL WINAPI AlphaBlend(_In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ BLENDFUNCTION);
|
BOOL WINAPI AlphaBlend(_In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ BLENDFUNCTION);
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue