diff options
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> |
