From 3868ea90bd2bd5fc194bb08ee4a267b4940bd232 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:43:23 +0200 Subject: Wayland: implement scale factor windows as popups - cont'd --- src/Fl_Screen_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_Screen_Driver.H') diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 1b6e057ed..ec3de15c0 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -79,6 +79,8 @@ public: static const int fl_YValue; static const int fl_XNegative; static const int fl_YNegative; + // Used when transient scale windows are implemented as popups + static Fl_Window *transient_scale_parent; // key_table and key_table_size are used in fl_shortcut to translate key names struct Keyname { unsigned int key; -- cgit v1.2.3