From 9b08f27000b94364fb2045d2e305edbfb46e49ff Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Jun 2000 19:42:05 +0000 Subject: [PATCH] added glxheads, manywin --- docs/VERSIONS | 3 ++- progs/xdemos/Makefile.X11 | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/VERSIONS b/docs/VERSIONS index e9abe1b136e..4eb12138775 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.33 2000/06/05 16:33:09 brianp Exp $ +$Id: VERSIONS,v 1.34 2000/06/13 19:46:52 brianp Exp $ Mesa Version History @@ -718,6 +718,7 @@ Mesa Version History - GL_SGI_color_table extension - GL_EXT_histogram extension - GL_ARB_texture_cube_map extension + - added xdemos/glxheads and xdemos/manywin Bug Fixes: - none since 3.2 Changes: diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index b443d2f7d4a..abed91f697a 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.8 2000/05/03 14:18:25 brianp Exp $ +# $Id: Makefile.X11,v 1.9 2000/06/13 19:42:05 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -16,7 +16,15 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont wincopy +PROGS = glxdemo \ + glxheads \ + glxinfo \ + glxpixmap \ + manywin \ + offset \ + wincopy \ + xdemo \ + xfont -- 2.30.2