summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 5da2a230ef..3749700c91 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.25 2000/01/07 05:35:37 brianp Exp $ */
+/* $Id: gl.h,v 1.26 2000/01/07 07:43:41 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -2053,6 +2053,8 @@ GLAPI void GLAPIENTRY glPointParameterfvEXT( GLenum pname, const GLfloat *params
#define GL_BACK_NORMALS_HINT_PGI 107043
#define GL_NATIVE_GRAPHICS_HANDLE_PGI 107010
+GLAPI void APIENTRY glHintPGI(GLenum target, GLint mode);
+
#endif /* GL_PGI_misc_hints */