[Bf-committers] BIF_GL.h

Charles Wardlaw bf-committers@blender.org
Mon, 6 Jan 2003 13:58:07 -0800 (PST)


Hi all,

As of 4:30p -5GMT, the blender/source/blender/include/BIF_GL.h still
doesn't have the fix for Mac OS X in CVS.  The including of the openGL
headers should be:

#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif

Simple fix, right after the GNU license.  I didn't attach a copy to
this e-mail out of politeness, so I hope someone with commit privelages
will add this?

Thanks,
- Charles