summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-24 09:43:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-24 09:43:23 +0200
commit3868ea90bd2bd5fc194bb08ee4a267b4940bd232 (patch)
tree676a715508deb9bab1d606db7f10194935427cd4 /src/Fl_Screen_Driver.H
parent434e6a09ed793223aa3f7b6e9ab50a42d9c10aa4 (diff)
Wayland: implement scale factor windows as popups - cont'd
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H2
1 files changed, 2 insertions, 0 deletions
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;