Ticket #9691: patch-openglgraphics.cpp

File patch-openglgraphics.cpp, 349 bytes (added by josh_root@…, 18 years ago)

files/patch-openglgraphics.cpp

Line 
1--- src/opengl/openglgraphics.cpp       2006-06-30 14:42:58.000000000 +0300
2+++ src/opengl/openglgraphics.cpp       2006-06-30 11:15:35.000000000 +0300
3@@ -64,6 +64,8 @@
4 #ifdef __amigaos4__
5 #include <mgl/gl.h>
6 #define glVertex3i glVertex3f
7+#elif (defined __APPLE__ && defined __MACH__)
8+#include <OpenGL/gl.h>
9 #else
10 #include <GL/gl.h>
11 #endif