summaryrefslogtreecommitdiff
path: root/FL/Fl_Gl_Window.H
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 16:24:45 +0500
commitcdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch)
tree96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_Gl_Window.H
parentdb214d1145e46d527a46d1fc2519548d2c4d23f1 (diff)
wip
Diffstat (limited to 'FL/Fl_Gl_Window.H')
-rw-r--r--FL/Fl_Gl_Window.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H
index e81fa212d..03ba20c9a 100644
--- a/FL/Fl_Gl_Window.H
+++ b/FL/Fl_Gl_Window.H
@@ -73,17 +73,17 @@ class FL_EXPORT Fl_Gl_Window : public Fl_Window {
static int gl_plugin_linkage();
protected:
void draw_begin();
- void draw() override;
+ void draw();
void draw_end();
public:
- void show() override;
+ void show();
/** Same as Fl_Window::show(int a, char **b) */
void show(int a, char **b) {Fl_Window::show(a,b);}
- void flush() override;
- void hide() override;
- void resize(int,int,int,int) override;
- int handle(int) override;
+ void flush();
+ void hide();
+ void resize(int,int,int,int);
+ int handle(int);
/**
Is turned off when FLTK creates a new context for this window or
@@ -214,7 +214,7 @@ public:
void make_overlay_current();
// Note: Doxygen docs in Fl_Widget.H to avoid redundancy.
- Fl_Gl_Window* as_gl_window() override { return this; }
+ Fl_Gl_Window* as_gl_window() { return this; }
Fl_Gl_Window const* as_gl_window() const override { return this; }
float pixels_per_unit();