summaryrefslogtreecommitdiff
path: root/src/glx/clientattrib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/clientattrib.c')
-rw-r--r--src/glx/clientattrib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/clientattrib.c b/src/glx/clientattrib.c
index a7dfb53486..b26c17938d 100644
--- a/src/glx/clientattrib.c
+++ b/src/glx/clientattrib.c
@@ -35,6 +35,7 @@
/*****************************************************************************/
+#ifndef GLX_USE_APPLEGL
static void
do_enable_disable(GLenum array, GLboolean val)
{
@@ -123,6 +124,7 @@ __indirect_glPopClientAttrib(void)
return;
}
}
+#endif
void
__glFreeAttributeState(__GLXcontext * gc)