diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-08 18:20:47 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-12-08 18:27:51 +0100 |
| commit | 8454135d0c8918ed16441bbc08ef176cd2e02c5e (patch) | |
| tree | 20839531af30da8d3bade1a25925887c7180c4ef /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 1f6fda64a8195681e385acef2ec5fba740d85489 (diff) | |
Wayland: add support of the "XDG dialog windows" protocol
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 7dbf9314f..084e0c967 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -23,6 +23,7 @@ #ifndef FL_WAYLAND_SCREEN_DRIVER_H #define FL_WAYLAND_SCREEN_DRIVER_H +#include <config.h> #include "../Unix/Fl_Unix_Screen_Driver.H" #include <wayland-client.h> @@ -106,6 +107,9 @@ public: struct libdecor *libdecor_context; struct xdg_wm_base *xdg_wm_base; struct zwp_text_input_manager_v3 *text_input_base; +#if HAVE_XDG_DIALOG + struct xdg_wm_dialog_v1 *xdg_wm_dialog; +#endif // constructor Fl_Wayland_Screen_Driver(); |
