]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/sky.c
Prepairing for C++ integration.
[flightgear.git] / Astro / sky.c
index 815c4a18d7f3dc8501a884f65864bed9c626c6d7..1382cc286be3d04dec682b5b701352cac822331f 100644 (file)
  **************************************************************************/
 
 
-#ifdef WIN32
+#include <config.h>
+
+#ifdef HAVE_WINDOWS_H
 #  include <windows.h>
 #endif
 
 #include <math.h>
-/*
-#include <stdio.h>
-#include <string.h>
-#include <time.h>
-*/
 
 #include <GL/glut.h>
 #include <XGL/xgl.h>
@@ -348,16 +345,23 @@ void fgSkyRender( void ) {
     xglColor4fv( outer_color[0] );
     xglVertex3fv( outer_vertex[0] );
     xglEnd();
+
     xglPopMatrix();
 }
 
 
 /* $Log$
-/* Revision 1.7  1998/02/19 13:05:49  curt
-/* Incorporated some HUD tweaks from Michelle America.
-/* Tweaked the sky's sunset/rise colors.
-/* Other misc. tweaks.
+/* Revision 1.9  1998/04/03 21:52:50  curt
+/* Converting to Gnu autoconf system.
 /*
+ * Revision 1.8  1998/03/09 22:47:25  curt
+ * Incorporated Durk's updates.
+ *
+ * Revision 1.7  1998/02/19 13:05:49  curt
+ * Incorporated some HUD tweaks from Michelle America.
+ * Tweaked the sky's sunset/rise colors.
+ * Other misc. tweaks.
+ *
  * Revision 1.6  1998/02/07 15:29:32  curt
  * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>