From a94fed77e4c6f6b4528eb79ef01edf370de62d13 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 3 May 2023 08:50:19 +0200 Subject: Wayland: clearer procedure to complete initialisation of screen data --- documentation/src/wayland.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/src') diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 353509e45..6e65a6924 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -922,6 +922,7 @@ struct Fl_Wayland_Screen_Driver::output { // one record for each display struct wl_output *wl_output; // the Wayland object for this display int wld_scale; // Wayland scale factor float gui_scale; // FLTK scale factor + bool done; // true means record members have been initialized struct wl_list link; // links these records together }; -- cgit v1.2.3