Mesa (master): mesa: Fix wglext.h prototypes.
MichaŠKról
michal at kemper.freedesktop.org
Fri Jun 5 06:01:18 PDT 2009
Module: Mesa
Branch: master
Commit: 4c034441a8f12e4bf60b8c5f58202d5ae00ff31d
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c034441a8f12e4bf60b8c5f58202d5ae00ff31d
Author: Michal Krol <michal at vmware.com>
Date: Fri Jun 5 15:00:15 2009 +0200
mesa: Fix wglext.h prototypes.
---
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 dffef25..3c492dd 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
More information about the mesa-commit
mailing list