Difference for arch/ogl/include/ogl_init.h from version 1.17 to 1.18


version 1.17 version 1.18
Line 16
 
Line 16
 int ogl_init_load_library(void);  int ogl_init_load_library(void);
 #else  #else
 #include <GL/gl.h>  #include <GL/gl.h>
   //######hack, since multi texture support is not working
   #undef GL_ARB_multitexture
   #undef GL_SGIS_multitexture
 #endif  #endif
   
 #ifndef GL_VERSION_1_1  #ifndef GL_VERSION_1_1

Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18