summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-10-27 09:33:10 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-10-27 09:33:10 +0100
commit445e96f5bb9509f537024762bec1a1ae998cfb85 (patch)
treed917269ff17dc8290cd3fdb313bc7732bd444fea /src/Fl_Gl_Window_Driver.H
parentefac0cb9ab3f228a28f365ef7e3ad3acf3144eff (diff)
Cont'd "New Wayland subwindow code creates issues with resizes of opengl windows…" (#1311)
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
-rw-r--r--src/Fl_Gl_Window_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H
index aed986d6d..d40cbf89e 100644
--- a/src/Fl_Gl_Window_Driver.H
+++ b/src/Fl_Gl_Window_Driver.H
@@ -67,7 +67,6 @@ public:
virtual void make_current_after() {}
virtual void swap_buffers() {}
virtual void resize(int /*is_a_resize*/, int /*w*/, int /*h*/) {}
- virtual void after_resize() {}
virtual char swap_type();
virtual void swap_interval(int) { }
virtual int swap_interval() const { return -1; }