diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-03 08:50:19 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-03 08:50:19 +0200 |
| commit | a94fed77e4c6f6b4528eb79ef01edf370de62d13 (patch) | |
| tree | 683e24b83dc6254486147cb950008dc078cda321 /documentation | |
| parent | 9ffeef76975579e0d838ea781a64ec66b92c9851 (diff) | |
Wayland: clearer procedure to complete initialisation of screen data
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/wayland.dox | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; </pre> |
