From 64eafbefd60a0f57be7774133b0347680856dc71 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:05:27 +0200 Subject: Fix "Fl::get_font_name() with Pango is inconsistent" (#732) --- documentation/src/wayland.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/src') 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 }; -- cgit v1.2.3