Skip to content
Snippets Groups Projects
Commit a55ff9fd authored by William Welliver's avatar William Welliver
Browse files

GLUT: Prefer Quartz GLUT when present (OSX).

parent 87d054fa
No related merge requests found
......@@ -20,13 +20,13 @@
#define GLUT_API_VERSION 4
#ifdef HAVE_GL_GLUT_H
#include <GL/glut.h>
#endif
#ifdef HAVE_GLUT_GLUT_H
#include <GLUT/glut.h>
#endif
#else
#ifdef HAVE_GL_GLUT_H
#include <GL/glut.h>
#endif /* HAVE_GL_GLUT_H */
#endif /* HAVE_GLUT_GLUT_H */
static void pre_init(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment