Skip to content
Snippets Groups Projects
Commit c5ac094a authored by slevy's avatar slevy
Browse files

Oops, in case FLTK *hasn't* been patched, still need <FL/x.H> and <GL/glx.h>

for X-specific stereo code.
parent d1450f21
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,14 @@
#include <FL/glut.H> /* for GLUT_STEREO if FLTK knows it */
#ifndef GLUT_STEREO
# if unix
# include <FL/x.H> /* otherwise, need GLX symbols for X-specific stereo */
# include <GL/glx.h>
# endif
#endif
#include <ctype.h>
#undef isspace /* hack for irix 6.5 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment