diff options
author | Brian Paul <[email protected]> | 2002-04-22 16:03:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-22 16:03:37 +0000 |
commit | fdd631a941b4c71c50b64cea2575ab0e3bbe1968 (patch) | |
tree | cc25e60eb742d5eab21d305b8b8f0be717582e6b /progs/demos/gamma.c | |
parent | 62954c8c30cf7ca321ef0de0c02edb46950664ec (diff) |
removed CVS $Log comments
Diffstat (limited to 'progs/demos/gamma.c')
-rw-r--r-- | progs/demos/gamma.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/progs/demos/gamma.c b/progs/demos/gamma.c index 1b002ed7e80..abb852294da 100644 --- a/progs/demos/gamma.c +++ b/progs/demos/gamma.c @@ -1,5 +1,4 @@ - -/* $Id: gamma.c,v 1.2 2000/03/18 01:13:29 brianp Exp $ */ +/* $Id: gamma.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */ /* Draw test patterns to help determine correct gamma value for a display. When the intensities of the inner squares nearly match the intensities @@ -23,22 +22,6 @@ /* Conversion to GLUT by Mark J. Kilgard */ -/* - * $Log: gamma.c,v $ - * Revision 1.2 2000/03/18 01:13:29 brianp - * colors were computed incorrectly (Hans Nelles) - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 3.1 1999/06/19 01:35:38 brianp - * merged in Kai Schuetz's RGB changes - * - * Revision 3.0 1998/02/14 18:42:29 brianp - * initial rev - * - */ - #include <stdio.h> #include <string.h> |