[PATCH GL 1/1] XQuartz: GL: Buildfix for recent GLX changes
Jeremy Huddleston
jeremyhu at apple.com
Tue Dec 20 19:49:47 PST 2011
dispatch.h was leftover from an earlier implementation and is no longer
needed, so remove it since including it causes a build failure due to
conflicts between GL/gl.h and OpenGL/gl.h
Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
---
hw/xquartz/GL/indirect.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c
index 27d6dae..e6ff376 100644
--- a/hw/xquartz/GL/indirect.c
+++ b/hw/xquartz/GL/indirect.c
@@ -48,9 +48,6 @@
#include <glxserver.h>
#include <glxutil.h>
-typedef unsigned long long GLuint64EXT;
-typedef long long GLint64EXT;
-#include <dispatch.h>
#include <glapi.h>
#include "x-hash.h"
--
1.7.7.4
More information about the xorg-devel
mailing list