diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-11-02 15:05:38 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-11-02 15:13:29 +0100 |
| commit | f2db90cb77466d6720c348be78e491a7d00c9e8c (patch) | |
| tree | 7a5f620c92b191706d886d793669f5839684e537 /src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H | |
| parent | a128b7c95aad0a287b57a110034ed81b4166ca78 (diff) | |
Fix "CMake: Fallback to libOpenGL (no-X11 OpenGL)" (#1251)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H | 1 |
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 a7622fc1c..ad67c01bf 100644 --- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H @@ -51,6 +51,7 @@ private: void gl_start() FL_OVERRIDE; void gl_visual(Fl_Gl_Choice *c) FL_OVERRIDE; void init(); + void* GetProcAddress(const char *procName) FL_OVERRIDE; public: static void surface_frame_done(void *data, struct wl_callback *cb, uint32_t time); //virtual bool need_scissor() { return true; } // CONTROL_LEAKING_SUB_GL_WINDOWS |
