diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-06-05 16:05:27 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-06-05 16:05:27 +0200 |
| commit | 64eafbefd60a0f57be7774133b0347680856dc71 (patch) | |
| tree | b30bc9869a133d58fed624f0ca201ce9ab475cb5 /documentation/src | |
| parent | 5be3fbf913210a8b81fe101c3927c141432fa724 (diff) | |
Fix "Fl::get_font_name() with Pango is inconsistent" (#732)
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index c3f33fc79..cad7cd66f 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -1053,6 +1053,8 @@ struct fl_wld_buffer { struct wl_callback *cb; // non-NULL while Wayland buffer is being committed bool draw_buffer_needs_commit; // true when draw_buffer has been modified but not yet committed cairo_t *cairo_; // used when drawing to the Cairo image surface + struct wl_shm_pool *shm_pool; // pter to wl_shm_pool from which this wl_buffer comes + struct wl_list link; // links all buffers from the same wl_shm_pool }; </pre> |
