summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-30 19:25:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-30 19:25:23 +0200
commit0627213a824388321b8b39ff2476f5dc04f56638 (patch)
treeb83617df45f926f8321109c5b7e668b6acc28e55 /src/Fl_Gl_Window_Driver.H
parentbb6072ad8290ae98568ea424cae183939404daca (diff)
FLTK widgets in OpenGL 3 windows: rewrite for driver system.
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
-rw-r--r--src/Fl_Gl_Window_Driver.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H
index 5c44a8c32..0580e5250 100644
--- a/src/Fl_Gl_Window_Driver.H
+++ b/src/Fl_Gl_Window_Driver.H
@@ -34,9 +34,8 @@ class Fl_Font_Descriptor;
platform-specific derived class from this class.
*/
class Fl_Gl_Window_Driver {
-private:
- GLint current_prog;
protected:
+ GLint current_prog;
Fl_Gl_Window *pWindow;
public:
static GLContext cached_context;