summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-12-12 08:24:52 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-12-12 08:25:23 +0100
commita9cb65322201ce18c20b24095e9a208d999ae921 (patch)
tree3d2248b029f28e2778642d4c31c20f935c552b8a /src/drivers/Wayland
parent7a3c61d71098a86f39a8a72e94017705d97726fe (diff)
class Fl_Wayland_Screen_Driver: add initialisation of member variable xdg_wm_dialog
Diffstat (limited to 'src/drivers/Wayland')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx3
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
}