diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-01-18 08:51:31 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-01-18 08:51:31 +0100 |
| commit | 01f2f760b67a6b498ea7251c1bd2e26aaf7db034 (patch) | |
| tree | 3c8d2a687a429ed8d7ebcc86d95c37927282934f /src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H | |
| parent | b7fba465cec78b00a46a47ebd3f8f231b5feb5ee (diff) | |
Create struct wl_callback_listener *Fl_Wayland_Graphics_Driver::p_surface_frame_listener
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H index b8c7a2a8d..c3730dee4 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H @@ -53,6 +53,7 @@ public: }; static const uint32_t wld_format; static struct wl_shm_pool *current_pool; + static FL_EXPORT const struct wl_callback_listener *p_surface_frame_listener; void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen osrc, int srcx, int srcy) FL_OVERRIDE; void cache_size(Fl_Image *img, int &width, int &height) FL_OVERRIDE; |
