summaryrefslogtreecommitdiffstats
path: root/src/glx/vertarr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/vertarr.c')
-rw-r--r--src/glx/vertarr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/vertarr.c b/src/glx/vertarr.c
index 609cafac2b1..066bf59f759 100644
--- a/src/glx/vertarr.c
+++ b/src/glx/vertarr.c
@@ -32,6 +32,7 @@
#include "indirect.h"
#include "indirect_vertex_array.h"
+#ifndef GLX_USE_APPLEGL
/*****************************************************************************/
@@ -210,3 +211,5 @@ __indirect_glInterleavedArrays(GLenum format, GLsizei stride,
trueStride,
(const char *) pointer + offsets[3]);
}
+
+#endif