diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-12 08:24:52 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-12 08:25:23 +0100 |
| commit | a9cb65322201ce18c20b24095e9a208d999ae921 (patch) | |
| tree | 3d2248b029f28e2778642d4c31c20f935c552b8a | |
| parent | 7a3c61d71098a86f39a8a72e94017705d97726fe (diff) | |
class Fl_Wayland_Screen_Driver: add initialisation of member variable xdg_wm_dialog
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index a831dbabc..215f3650d 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -1395,6 +1395,9 @@ Fl_Wayland_Screen_Driver::Fl_Wayland_Screen_Driver() : Fl_Unix_Screen_Driver() { text_input_base = NULL; reset_cursor(); wl_registry = NULL; +#if HAVE_XDG_DIALOG + xdg_wm_dialog = NULL; +#endif } |
