projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6625fc5
)
moved #define to column 0
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 15 Dec 1999 13:00:45 +0000
(13:00 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 15 Dec 1999 13:00:45 +0000
(13:00 +0000)
progs/demos/morph3d.c
patch
|
blob
|
history
diff --git
a/progs/demos/morph3d.c
b/progs/demos/morph3d.c
index af052926d7d58e8b09c915ade5b3694f3b99adef..006a44d4df3b9d08b9a4d8a408e9749bf5e93231 100644
(file)
--- a/
progs/demos/morph3d.c
+++ b/
progs/demos/morph3d.c
@@
-1,7
+1,10
@@
-/* $Id: morph3d.c,v 1.
2 1999/09/17 12:27:01
brianp Exp $ */
+/* $Id: morph3d.c,v 1.
3 1999/12/15 13:00:45
brianp Exp $ */
/*
* $Log: morph3d.c,v $
+ * Revision 1.3 1999/12/15 13:00:45 brianp
+ * moved #define to column 0
+ *
* Revision 1.2 1999/09/17 12:27:01 brianp
* silenced some warnings
*
@@
-498,7
+501,7
@@
static void draw_dodeca( void )
{
GLuint list;
-
#define TAU ((SQRT5+1)/2)
+#define TAU ((SQRT5+1)/2)
list = glGenLists( 1 );
glNewList( list, GL_COMPILE );