summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-04 18:42:45 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-04 18:42:45 +0200
commit9b7f020ed35ebb0711ceb633aa8accbb0512ffe2 (patch)
tree40232c15a8fb9e790d11b2adb965bedf667a8ace /documentation
parent7a3af40ede5cbd325775eb4ffdef9ff28bcad191 (diff)
Update procedure for OpenGL3 support.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/opengl.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 91983f0c9..633653cb7 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -503,6 +503,7 @@ to be created among your Fl_Gl_Window-derived classes:
first = 0;
make_current();
glewInit(); // defines pters to functions of OpenGL V 1.2 and above
+ redraw();
}
#endif
\endcode