]> git.mxchange.org Git - flightgear.git/blobdiff - tests/gl-info.c
Tidy up the code a bit
[flightgear.git] / tests / gl-info.c
index 8df65f1603ba8dba780d86ab4006dc108a50f65e..6cc25d6d1588103dd9c2af2c89057f53345d5ca6 100644 (file)
@@ -17,7 +17,9 @@ Date: Fri, 24 Apr 1998 07:33:51 -0800
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <GL/glut.h>
+
+#include FG_GLUT_H
+
 
 void getPrints ( GLenum token, char *string )
 {
@@ -100,6 +102,8 @@ int main ( int argc, char **argv )
   getPrinti( GL_UNPACK_ROW_LENGTH  , "GL_UNPACK_ROW_LENGTH"   ) ;
   getPrinti( GL_UNPACK_SKIP_PIXELS  , "GL_UNPACK_SKIP_PIXELS"   ) ;
   getPrinti( GL_UNPACK_SKIP_ROWS  , "GL_UNPACK_SKIP_ROWS"   ) ;
+  getPrinti( GL_BLEND_SRC  , "GL_BLEND_SRC"   ) ;
+  getPrinti( GL_BLEND_DST  , "GL_BLEND_DST"   ) ;
 
   return 0 ;
 }