From a9cb65322201ce18c20b24095e9a208d999ae921 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:24:52 +0100 Subject: class Fl_Wayland_Screen_Driver: add initialisation of member variable xdg_wm_dialog --- src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 } -- cgit v1.2.3