projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8105f
)
add a few more digits to PI to make Evgeny happy
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 27 Jun 2003 15:26:56 +0000
(15:26 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 27 Jun 2003 15:26:56 +0000
(15:26 +0000)
src/mesa/main/imports.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index 0bf649972c3343292bced2bf15758b6380e686f2..0a72da0f4758d8a0655e6f5eb7adba12a7e4a237 100644
(file)
--- a/
src/mesa/main/imports.h
+++ b/
src/mesa/main/imports.h
@@
-128,7
+128,7
@@
extern void _ext_mesa_free_pixelbuffer( void *pb );
#define MAX_GLUINT 0xffffffff
#ifndef M_PI
-#define M_PI (3.1415926
)
+#define M_PI (3.1415926
536)
#endif
/* Degrees to radians conversion: */