summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-21 15:13:46 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-21 15:13:46 +0100
commit92818939267fc7fbb6a33d86fb78576f55ce6aca (patch)
tree41e0dc5b87c9c84012c47070f1f8ad8f3b6d7da7 /documentation/src/wayland.dox
parentce45bcae2f4802ab012aa08ba19e05825ef5b176 (diff)
Wayland: more detailed documentation of struct fl_wld_buffer
Also, remove Doxygen warning from file bundled-libs.dox
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 6100fc485..f9dbb65f1 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -816,8 +816,12 @@ struct wld_window {
\anchor fl_wld_buffer
<h3>struct fl_wld_buffer</h3>
-Defined in \c Fl_Wayland_Graphics_Driver.H. One such record is
-created for each shown()'n or resized Fl_Window by \c Fl_Wayland_Graphics_Driver::create_shm_buffer().
+Defined in \c Fl_Wayland_Graphics_Driver.H. One such record is created when and by:
+- an Fl_Window is show()'n or resized, by \c Fl_Wayland_Graphics_Driver::create_shm_buffer();
+- an Fl_Image_Surface object is created, by the \c Fl_Wayland_Image_Surface_Driver c'tor;
+- a custom cursor shape is created or text is dragged, by
+\c Fl_Wayland_Graphics_Driver::create_shm_buffer().
+
<pre>
struct fl_wld_buffer {
struct wl_buffer *wl_buffer; // the Wayland buffer