From: Michal Krol Date: Fri, 5 Jun 2009 13:00:15 +0000 (+0200) Subject: mesa: Fix wglext.h prototypes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c034441a8f12e4bf60b8c5f58202d5ae00ff31d;p=mesa.git mesa: Fix wglext.h prototypes. --- diff --git a/include/GL/wglext.h b/include/GL/wglext.h index dffef25178d..3c492dd6348 100644 --- a/include/GL/wglext.h +++ b/include/GL/wglext.h @@ -714,9 +714,9 @@ typedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD *pFrameCount, DWO #ifndef WGL_3DL_stereo_control #define WGL_3DL_stereo_control 1 #ifdef WGL_WGLEXT_PROTOTYPES -extern BOOL WINAPI wglSetStereoEmitterState3DL (, HDC, , UINT); +extern BOOL WINAPI wglSetStereoEmitterState3DL (HDC, UINT); #endif /* WGL_WGLEXT_PROTOTYPES */ -typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) ( HDC, HDC hDC, UINT, UINT uState); +typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState); #endif #ifndef WGL_EXT_pixel_format_packed_float