From 53d28537755790ee4625dc16f560cad5aa93f56b Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 14 Dec 2011 08:32:15 +0100 Subject: git update mesa 14 dec 2011 --- mesalib/src/mesa/main/dispatch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesalib/src/mesa/main/dispatch.h') diff --git a/mesalib/src/mesa/main/dispatch.h b/mesalib/src/mesa/main/dispatch.h index ea8e03286..19eabb85c 100644 --- a/mesalib/src/mesa/main/dispatch.h +++ b/mesalib/src/mesa/main/dispatch.h @@ -40,7 +40,11 @@ * named function in the specified dispatch table. */ +/* GLXEXT is defined when building the GLX extension in the xserver. + */ +#if !defined(GLXEXT) #include "main/mfeatures.h" +#endif #define CALL_by_offset(disp, cast, offset, parameters) \ (*(cast (GET_by_offset(disp, offset)))) parameters -- cgit v1.2.3