]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Actually use the calculated position in the layer list. This prevents the use of...
[simgear.git] / simgear / screen / GLBitmaps.cxx
index 225f5cb9e7ae93637ed98796664699c9ea9eef89..f8b137022632cdbfd86289bed3799f586bd689cd 100755 (executable)
@@ -1,5 +1,5 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #ifdef HAVE_WINDOWS_H
@@ -9,9 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <string.h>            // memcpy()
 
-#include <GL/glut.h>
-#include <simgear/xgl.h>
+#include <GL/gl.h>
 
 #include "GLBitmaps.h"