diff options
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/manytex.c | 4 | ||||
-rw-r--r-- | progs/tests/multipal.c | 4 | ||||
-rw-r--r-- | progs/tests/texwrap.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/progs/tests/manytex.c b/progs/tests/manytex.c index 0f8f9574be4..8add125a69d 100644 --- a/progs/tests/manytex.c +++ b/progs/tests/manytex.c @@ -1,4 +1,4 @@ -/* $Id: manytex.c,v 1.3 2000/11/09 16:53:26 brianp Exp $ */ +/* $Id: manytex.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */ /* * test handling of many texture maps @@ -28,7 +28,7 @@ static GLboolean MipMap = GL_FALSE; static GLboolean LinearFilter = GL_FALSE; static GLboolean RandomSize = GL_FALSE; static GLint Rows, Columns; -static GLuint LowPriorityCount = 0; +static GLint LowPriorityCount = 0; static void Idle( void ) diff --git a/progs/tests/multipal.c b/progs/tests/multipal.c index 54483afa3b2..a2efab874af 100644 --- a/progs/tests/multipal.c +++ b/progs/tests/multipal.c @@ -1,4 +1,4 @@ -/* $Id: multipal.c,v 1.3 2002/10/18 13:23:19 brianp Exp $ */ +/* $Id: multipal.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */ /* * Test multitexture and paletted textures. @@ -213,7 +213,7 @@ static void SpecialKey( int key, int x, int y ) static void load_tex(const char *fname, int channel) { GLubyte *image; - GLenum format, type; + GLenum format; GLint w, h; GLubyte *grayImage; int i; diff --git a/progs/tests/texwrap.c b/progs/tests/texwrap.c index fc6a8cbc1b5..108c67d4d18 100644 --- a/progs/tests/texwrap.c +++ b/progs/tests/texwrap.c @@ -1,4 +1,4 @@ -/* $Id: texwrap.c,v 1.3 2002/10/17 17:39:37 brianp Exp $ */ +/* $Id: texwrap.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */ /* * Test texture wrap modes. @@ -82,7 +82,7 @@ PrintString(const char *s) static void Display( void ) { - GLint i, j; + GLenum i, j; GLint offset; GLfloat version; |