summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-12-21 14:03:04 +0100
commit76a2c95f0715845432dab89984bb28a5dbfa3ebc (patch)
tree33292a5a81c3d51dbed86b3facd344c859b19421 /documentation/src/wayland.dox
parent39846392702607ec014cb2dd450c3c6ba86827a6 (diff)
Fix a typo, trailing whitespace, and dependencies
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 45f779827..5a16311d6 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -536,7 +536,7 @@ CAIRO_FORMAT_ARGB32.
FLTK calls function \c Fl_Wayland_Window_Driver::make_current() before drawing to any Fl_Window.
Member \c buffer of this Fl_Window's <tt>struct wld_window</tt> (see \ref wld_window) is NULL when the
window has just been created or resized. In that case, FLTK calls
-\c Fl_Wayland_Graphics_Driver::create_wld_buffer() which
+\c Fl_Wayland_Graphics_Driver::create_wld_buffer() which
returns a pointer to a <tt>struct wld_buffer</tt> containing
- a Wayland buffer, member \c wl_buffer;
- a Cairo image surface, created by a call to \c Fl_Wayland_Graphics_Driver::cairo_init().