From 55590ee810a493f151299d70d0defa7cbae041a2 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 5 Oct 2000 07:17:43 +0000 Subject: [PATCH] Committing in . Modified Files: Mesa/demos/paltex.c Silenced compiler warnings ---------------------------------------------------------------------- --- progs/demos/paltex.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 71c2fedf811..aabb47bbc0d 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -1,4 +1,4 @@ -/* $Id: paltex.c,v 1.5 2000/10/04 18:15:39 brianp Exp $ */ +/* $Id: paltex.c,v 1.6 2000/10/05 07:17:43 joukj Exp $ */ /* * Paletted texture demo. Written by Brian Paul. @@ -8,6 +8,7 @@ #include #include #include +#include #define GL_GLEXT_LEGACY #include @@ -167,8 +168,8 @@ static void Init( void ) glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); -#undef HEIGHT 32 -#undef WIDTH 256 +#undef HEIGHT +#undef WIDTH } -- 2.30.2