From b1394fa92aaaf859ce9efc8b5fc194397921320c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 26 Sep 2000 20:53:53 +0000 Subject: First batch of OpenGL SI related changes: Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer. --- src/mesa/Makefile.X11 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/Makefile.X11') diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index d4b1b5ba92..f3f97af303 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.23 2000/09/26 15:27:23 brianp Exp $ +# $Id: Makefile.X11,v 1.24 2000/09/26 20:53:53 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -55,6 +55,7 @@ CORE_SOURCES = \ hint.c \ image.c \ imaging.c \ + imports.c \ light.c \ lines.c \ logic.c \ -- cgit v1.2.3