mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix the build thx
Pigglesworth for all help and founding the ICD issue in reactos svn path=/trunk/; revision=30400
This commit is contained in:
parent
a240dabd79
commit
2653004ec0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ typedef struct tagGLDRIVERDATA
|
|||
BOOL WINAPI (*DrvRealizeLayerPalette)( HDC, int, BOOL );
|
||||
PICDTable WINAPI (*DrvSetContext)( HDC hdc, HGLRC hglrc, SetContextCallBack callback );
|
||||
int WINAPI (*DrvSetLayerPaletteEntries)( HDC, int, int, int, CONST COLORREF * );
|
||||
BOOL WINAPI (*DrvSetPixelFormat)( IN HDC, IN int ); /*, IN CONST PIXELFORMATDESCRIPTOR * );*/
|
||||
BOOL WINAPI (*DrvSetPixelFormat)( IN HDC, IN int, const PIXELFORMATDESCRIPTOR * );
|
||||
BOOL WINAPI (*DrvShareLists)( HGLRC, HGLRC );
|
||||
BOOL WINAPI (*DrvSwapBuffers)( HDC );
|
||||
BOOL WINAPI (*DrvSwapLayerBuffers)( HDC, UINT );
|
||||
|
|
Loading…
Reference in a new issue