summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-06-21 21:47:00 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-06-21 21:47:00 +0200
commit35376256e2da9bb517dc9c184d319f46490a21c2 (patch)
treed2c667a23b94c1ebb5e4d65ba0cd0c82d2929be9 /src/Fl_Gl_Window.cxx
parent71f645a6ed0522bc49fe57f8cabf17f2a1e0b29e (diff)
Simpler list of virtual member functions of Fl_Gl_Window_Driver
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
-rw-r--r--src/Fl_Gl_Window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx
index 43e2f67ab..5677447ce 100644
--- a/src/Fl_Gl_Window.cxx
+++ b/src/Fl_Gl_Window.cxx
@@ -290,7 +290,7 @@ void Fl_Gl_Window::context(GLContext v, int destroy_flag) {
*/
void Fl_Gl_Window::hide() {
context(0);
- pGlWindowDriver->hide_overlay(overlay);
+ pGlWindowDriver->gl_hide_before(overlay);
Fl_Window::hide();
}