diff options
author | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
commit | 02e8a035934a7400d0194687061107bdaa1bba77 (patch) | |
tree | ab0b06c533e6f6fb2d409995f5b01423f29db105 /progs/demos/bounce.c | |
parent | 9e7f9b3e99cf4963e3bc684b5f9fc095be059a82 (diff) |
fixed compiler warnings
Diffstat (limited to 'progs/demos/bounce.c')
-rw-r--r-- | progs/demos/bounce.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/progs/demos/bounce.c b/progs/demos/bounce.c index 876ce589dc9..1c0c550bea3 100644 --- a/progs/demos/bounce.c +++ b/progs/demos/bounce.c @@ -1,4 +1,4 @@ -/* $Id: bounce.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: bounce.c,v 1.2 2000/06/27 17:04:43 brianp Exp $ */ /* * Bouncing ball demo. Color index mode only! @@ -12,8 +12,11 @@ /* * $Log: bounce.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/18 08:16:14 joukj * @@ -195,7 +198,7 @@ idle(void) glutPostRedisplay(); } -void +static void visible(int vis) { if (vis == GLUT_VISIBLE) |