From 76a2c95f0715845432dab89984bb28a5dbfa3ebc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 21 Dec 2023 14:03:04 +0100 Subject: Fix a typo, trailing whitespace, and dependencies --- documentation/src/wayland.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') 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 struct wld_window (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 struct wld_buffer containing - a Wayland buffer, member \c wl_buffer; - a Cairo image surface, created by a call to \c Fl_Wayland_Graphics_Driver::cairo_init(). -- cgit v1.2.3