replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / clip.c
index a061980af424a2add0106299706850b436b17750..31e6af91bd1a99f8361d8478590d0de1788723a0 100644 (file)
@@ -41,7 +41,7 @@
 
 
 
-void
+void GLAPIENTRY
 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
 {
    GET_CURRENT_CONTEXT(ctx);
@@ -98,7 +98,7 @@ _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
 }
 
 
-void
+void GLAPIENTRY
 _mesa_GetClipPlane( GLenum plane, GLdouble *equation )
 {
    GET_CURRENT_CONTEXT(ctx);