summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/wayland.dox1
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>