Index: common.h
===================================================================
--- common.h	(revision 957)
+++ common.h	(revision 958)
@@ -202,7 +202,7 @@
 #define RAYDIUM_TEXTURE_BLEND_BLENDED           1
 #define RAYDIUM_TEXTURE_BLEND_CUTOUT            2
 #define RAYDIUM_TEXTURE_PHANTOM                 3
-#define RAYDIUM_TEXTURE_BLEND_ATM				4
+#define RAYDIUM_TEXTURE_BLEND_ATM               4
 
 // Warning, the Linux configure script duplicates these lines !
 #define RAYDIUM_RENDERING_WINDOW                0
 of OpenGL ES (GLUquadricObj, GLU_LINE, GLU_SMOOTH).
+#ifndef IPHONEOS
   static GLUquadricObj *quadObj=NULL;
 
   if(!quadObj)
@@ -89,6 +96,7 @@
   gluQuadricDrawStyle(quadObj, GLU_LINE);
   gluQuadricNormals(quadObj, GLU_SMOOTH);
   gluSphere(quadObj, radius, slices, stacks);
+#endif
 }
 
 //glutGet