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 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 9ffeef76975579e0d838ea781a64ec66b92c9851 (diff) | |
Wayland: clearer procedure to complete initialisation of screen data
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index aeacf033d..c20477dba 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -73,6 +73,7 @@ public: struct wl_output *wl_output; int wld_scale; // Wayland scale factor float gui_scale; // FLTK scale factor + bool done; struct wl_list link; }; |
