X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=8cac2dc76a18ed289a299511b5b26e34f9783db0;hb=56cc35535901ef071bf8acab59ba176355ee3e0e;hp=e8807307c0a53bf88af85c6cf97a12015ca3291e;hpb=5fafd8d6efafd063a5a6837de79092fd2dcb9765;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index e880730..8cac2dc 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -121,8 +121,10 @@ */ #define FREEGLUT 1 #define GLUT_API_VERSION 4 -#define FREEGLUT_VERSION_2_0 1 #define GLUT_XLIB_IMPLEMENTATION 13 +/* Deprecated: + cf. http://sourceforge.net/mailarchive/forum.php?thread_name=CABcAi1hw7cr4xtigckaGXB5X8wddLfMcbA_rZ3NAuwMrX_zmsw%40mail.gmail.com&forum_name=freeglut-developer */ +#define FREEGLUT_VERSION_2_0 1 /* * Always include OpenGL and GLU headers @@ -136,6 +138,9 @@ #elif FREEGLUT_GLES1 # include # include +#elif __APPLE__ +# include +# include #else # include # include