diff options
author | Michal Krol <michal@vmware.com> | 2009-06-05 15:00:15 +0200 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-06-05 15:01:08 +0200 |
commit | 4c034441a8f12e4bf60b8c5f58202d5ae00ff31d (patch) | |
tree | 04bcae3c3403e7ced2082d0d3050dccaf1f0b523 /include/GL | |
parent | d06e380e022d938a61800cbbec0004ec9f1fecfd (diff) |
mesa: Fix wglext.h prototypes.
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/wglext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/wglext.h b/include/GL/wglext.h index dffef25178..3c492dd634 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 |