From 2653004ec0be246955dfd9521133c1bebd3cfe62 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 12 Nov 2007 18:42:32 +0000 Subject: [PATCH] Fix the build thx Pigglesworth for all help and founding the ICD issue in reactos svn path=/trunk/; revision=30400 --- reactos/dll/win32/opengl32/opengl32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/opengl32/opengl32.h b/reactos/dll/win32/opengl32/opengl32.h index 1689ac479b5..353aa41797e 100644 --- a/reactos/dll/win32/opengl32/opengl32.h +++ b/reactos/dll/win32/opengl32/opengl32.h @@ -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 );