OSDN Git Service

mesa: Fix wglext.h prototypes.
authorMichal Krol <michal@vmware.com>
Fri, 5 Jun 2009 13:00:15 +0000 (15:00 +0200)
committerMichal Krol <michal@vmware.com>
Fri, 5 Jun 2009 13:01:08 +0000 (15:01 +0200)
include/GL/wglext.h

index dffef25..3c492dd 100644 (file)
@@ -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