From afdbb669eff9dbc9f3b840120379f49fb36a6575 Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Sat, 9 Jun 2012 17:25:34 +0000 Subject: [PATCH] Mark FREEGLUT_VERSION_2_0 as deprecated as per ML discussion 'FREEGLUT_VERSION_2_0' on 2012-03-15 (see website documentation) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1330 7f0cb862-5218-0410-a997-914c9d46530a --- include/GL/freeglut_std.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index e880730..ace0760 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 -- 1.7.10.4