Fix a prototype in order to be able to use this header with
-Werror=strict-prototypes enabled. ok matthieu@
This commit is contained in:
parent
9efd58554d
commit
4b13d7a756
2
dist/Mesa/include/GL/glu.h
vendored
2
dist/Mesa/include/GL/glu.h
vendored
@ -284,7 +284,7 @@ typedef GLUtesselator GLUtriangulatorObj;
|
||||
#define GLU_TESS_MAX_COORD 1.0e150
|
||||
|
||||
/* Internal convenience typedefs */
|
||||
typedef void (GLAPIENTRYP _GLUfuncptr)();
|
||||
typedef void (GLAPIENTRYP _GLUfuncptr)(void);
|
||||
|
||||
GLAPI void GLAPIENTRY gluBeginCurve (GLUnurbs* nurb);
|
||||
GLAPI void GLAPIENTRY gluBeginPolygon (GLUtesselator* tess);
|
||||
|
Loading…
Reference in New Issue
Block a user