From 9b7f020ed35ebb0711ceb633aa8accbb0512ffe2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 4 Apr 2019 18:42:45 +0200 Subject: Update procedure for OpenGL3 support. --- documentation/src/opengl.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/src') 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 -- cgit v1.2.3