summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-05-12 10:47:25 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-05-12 10:47:25 +0100
commit21e7d2b6375c51d262c2f30e3a2f70a3e435c5b4 (patch)
treed0962cfdda092d68bd4729263b2fff3362399a50
parentfe2fe054d27f53dbf6f3b7bf1ed1f52ae7fc458f (diff)
Questionable stuffdarwin-build-fixes-2
-rw-r--r--src/glx/Makefile.am1
-rw-r--r--src/glx/apple/apple_glapi.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index c18d1c5cc9..42a707cba3 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -67,7 +67,6 @@ libglx_la_SOURCES = \
glxextensions.c \
indirect_glx.c \
indirect.c \
- indirect_init.c \
indirect_size.c \
indirect_window_pos.c \
indirect_texture_compression.c \
diff --git a/src/glx/apple/apple_glapi.c b/src/glx/apple/apple_glapi.c
index 4d19f7f6a3..dda805dbb0 100644
--- a/src/glx/apple/apple_glapi.c
+++ b/src/glx/apple/apple_glapi.c
@@ -65,7 +65,7 @@ static void _apple_glapi_create_table(void) {
SET_CopyPixels(__applegl_api, __applegl_glCopyPixels);
SET_CopyColorTable(__applegl_api, __applegl_glCopyColorTable);
SET_DrawBuffer(__applegl_api, __applegl_glDrawBuffer);
- SET_DrawBuffers(__applegl_api, __applegl_glDrawBuffers);
+// SET_DrawBuffers(__applegl_api, __applegl_glDrawBuffers);
SET_Viewport(__applegl_api, __applegl_glViewport);
}