os_gl.h (pymol-open-source-2.2.0) | : | os_gl.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
#ifndef WIN32 | #ifndef WIN32 | |||
#define GL_GLEXT_PROTOTYPES | #define GL_GLEXT_PROTOTYPES | |||
#endif | #endif | |||
#ifndef GLEW_NO_GLU | #ifndef GLEW_NO_GLU | |||
#define GLEW_NO_GLU | #define GLEW_NO_GLU | |||
#endif | #endif | |||
#include<GL/glew.h> | #include<GL/glew.h> | |||
#include<GL/gl.h> | #include<GL/gl.h> | |||
#include<GL/glext.h> | ||||
#define GLDOUBLEMULTMATRIX glMultMatrixd | #define GLDOUBLEMULTMATRIX glMultMatrixd | |||
#define GLDOUBLETRANSLATE glTranslated | #define GLDOUBLETRANSLATE glTranslated | |||
#else | #else | |||
/* BEGIN PROPRIETARY CODE SEGMENT (see disclaimer in "os_proprietary.h") */ | /* BEGIN PROPRIETARY CODE SEGMENT (see disclaimer in "os_proprietary.h") */ | |||
#include<GL/glew.h> | #include<GL/glew.h> | |||
#include <OpenGL/gl.h> | #include <OpenGL/gl.h> | |||
#include <OpenGL/glext.h> | #include <OpenGL/glext.h> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |