libresman

view examples/imgthumbs/src/opengl.h @ 12:84f55eab27cb

ok now it sortof works, probably something is failing in the done callback mechanism
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 08 Feb 2014 04:21:08 +0200
parents 026cdd1737ff
children
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #ifdef __APPLE__
5 #include <GLUT/glut.h>
6 #else
7 #include <GL/glut.h>
8 #endif
10 #endif /* OPENGL_H_ */