From f027f3810baaa93bd4b8273b774421053e8e1cac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 May 2012 20:49:13 +0000 Subject: Remove GLU dependency. Fix compilation errors on X11. Make default resize function set up a 2D view. Set appropriate reshape callback in pugl_test. --- pugl/pugl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index 7512aa1..4a8a599 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -30,13 +30,11 @@ */ #ifdef __APPLE__ # include "OpenGL/gl.h" -# include "OpenGL/glu.h" #else # ifdef _WIN32 # include /* Broken Windows GL headers require this */ # endif # include "GL/gl.h" -# include "GL/glu.h" #endif #ifdef PUGL_SHARED -- cgit v1.2.3