summaryrefslogtreecommitdiff
path: root/progs/demos/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/bounce.c')
-rw-r--r--progs/demos/bounce.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/progs/demos/bounce.c b/progs/demos/bounce.c
index 876ce589dc..1c0c550bea 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)