summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-10-20 15:09:18 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-10-20 15:09:52 +0200
commitefac0cb9ab3f228a28f365ef7e3ad3acf3144eff (patch)
tree5225e38b1316d3e44633a5670ec00e4dc7da0eb0 /src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
parent0ced7991b4d855538f426e95a2f9eb76ba3dbf0f (diff)
Fix "New Wayland subwindow code creates issues with resizes of opengl windows…" (#1311)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
index 75d313da7..0fac14877 100644
--- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
@@ -38,6 +38,7 @@ private:
int mode_(int m, const int *a) FL_OVERRIDE;
void swap_buffers() FL_OVERRIDE;
void resize(int is_a_resize, int w, int h) FL_OVERRIDE;
+ void after_resize() FL_OVERRIDE;
char swap_type() FL_OVERRIDE;
void swap_interval(int) FL_OVERRIDE;
int swap_interval() const FL_OVERRIDE;