summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-27 08:06:33 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-27 08:06:33 +0100
commitacf7254fe8337e8b06462555d09d6521723c2024 (patch)
tree5a4abed33741165832a40c42760ea5ddaba33900 /documentation
parentbcb739f17f2036ce30ed5cd58627841b59190ea3 (diff)
macOS+OpenGL3: remove "warning: gl.h and gl3.h are both included"
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/opengl.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 7b544d2aa..6ab4dc2f7 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -588,7 +588,7 @@ pacman -S mingw-w64-x86_64-glew
</ul>
\par Source-level changes for OpenGL 3:
-\li Put this in all OpenGL-using source files (instead of \#include <FL/gl.h>,
+\li Put this in all OpenGL-using source files (instead of, or before if needed, \#include <FL/gl.h>,
and before \#include <FL/glut.h> if you use GLUT):
\code
#if defined(__APPLE__)