add const to wglSetPixelFormat() to match .h declaration

This commit is contained in:
Brian 2007-07-02 10:15:39 -06:00
parent aaebf2f47e
commit 9bfba734d8

View file

@ -339,7 +339,7 @@ WINGDIAPI int GLAPIENTRY wglGetPixelFormat(HDC hdc)
}
WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat,
PIXELFORMATDESCRIPTOR *ppfd)
const PIXELFORMATDESCRIPTOR *ppfd)
{
(void) hdc;