mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
minor
This commit is contained in:
parent
df259ba33c
commit
da5e5dbdac
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user