diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-04 11:44:03 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-04 11:44:03 +0200 |
| commit | 844d3d6d5c7a297db33408bf18488ec0e961b601 (patch) | |
| tree | 928de86555c94a56c31c57cab55b2c85a158bdbf /src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H | |
| parent | 8a2559e1af0da2c33a05d466fdb37da1b5f8851b (diff) | |
Wayland platform.: complete support of gl_start/gl_finish.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H index 80f91970c..2241c5e76 100644 --- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H @@ -50,8 +50,8 @@ class Fl_Wayland_Gl_Window_Driver : public Fl_Gl_Window_Driver { virtual void delete_gl_context(GLContext); virtual void make_overlay_current(); virtual void redraw_overlay(); - virtual void waitGL(); virtual void gl_start(); + virtual void gl_visual(Fl_Gl_Choice *c); virtual Fl_RGB_Image* capture_gl_rectangle(int x, int y, int w, int h); char *alpha_mask_for_string(const char *str, int n, int w, int h, Fl_Fontsize fs); static EGLDisplay egl_display; |
