add const to wglSetPixelFormat() to match .h declaration

This commit is contained in:
Brian 2007-07-02 10:16:02 -06:00
parent 06542019a8
commit 9220255d75

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;