mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user