From 02e8a035934a7400d0194687061107bdaa1bba77 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jun 2000 17:04:43 +0000 Subject: fixed compiler warnings --- progs/demos/winpos.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'progs/demos/winpos.c') diff --git a/progs/demos/winpos.c b/progs/demos/winpos.c index a3f931cfd3..7001165dee 100644 --- a/progs/demos/winpos.c +++ b/progs/demos/winpos.c @@ -1,4 +1,4 @@ -/* $Id: winpos.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: winpos.c,v 1.2 2000/06/27 17:04:43 brianp Exp $ */ /* * Example of how to use the GL_MESA_window_pos extension. @@ -8,8 +8,11 @@ /* * $Log: winpos.c,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision + * Revision 1.2 2000/06/27 17:04:43 brianp + * fixed compiler warnings + * + * Revision 1.1.1.1 1999/08/19 00:55:40 jtg + * Imported sources * * Revision 3.3 1999/03/28 18:24:37 brianp * minor clean-up @@ -30,6 +33,7 @@ #include #include #include +#define GL_GLEXT_LEGACY #include "GL/glut.h" #include "../util/readtex.c" /* a hack, I know */ -- cgit v1.2.3