This commit is contained in:
Joachim Schöberl 2016-02-22 17:06:04 +01:00
parent df259ba33c
commit da5e5dbdac
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@
# include <OpenGL/glu.h> # include <OpenGL/glu.h>
# else # else
# if defined(TOGL_NSOPENGL) # if defined(TOGL_NSOPENGL)
// ?????? which one is right ??????
// # include <OpenGL/OpenGL.h>
// # include <OpenGL.h>
# include <gl.h> # include <gl.h>
# include <glu.h> # include <glu.h>
# else # else

View File

@ -17,7 +17,7 @@
#define USE_TOGL_STUB_PROCS #define USE_TOGL_STUB_PROCS
#include "togl.h" #include "togl.h"
// #include <GL/glext.h> // #include <GL/glext.h>
#include <tkInt.h> #include <tkInt.h> // don't need it on osx ???
#include <limits.h> #include <limits.h>
#ifndef TOGL_USE_FONTS #ifndef TOGL_USE_FONTS