Documentation: replace TRUE -> GL_TRUE to define glewExperimental

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10940 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2015-12-01 11:44:46 +00:00
parent 403c29267f
commit f915795453
+1 -1
View File
@@ -508,7 +508,7 @@ If GLEW is installed on the Mac OS development platform, it is possible
to use the same code for all platforms, with one exception: put
\code
#ifdef __APPLE__
glewExperimental = TRUE;
glewExperimental = GL_TRUE;
#endif
\endcode
before the glewInit() call.