summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-24 19:25:59 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-24 19:25:59 +0200
commit0636c0b3e69c80a11a385ebb7fa3db5c8ff06a42 (patch)
treed89f355f57b0ebe57d2634cb67ec51cbd42770b2 /src/Fl_Screen_Driver.H
parente391dc1bf955cbcb7efe6fc268c0c565328ea5a5 (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.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H
index ec3de15c0..0772281a6 100644
--- a/src/Fl_Screen_Driver.H
+++ b/src/Fl_Screen_Driver.H
@@ -79,8 +79,9 @@ 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
+ // Next 2 are used when transient scale windows are implemented as popups
static Fl_Window *transient_scale_parent;
+ static void del_transient_window(void *);
// key_table and key_table_size are used in fl_shortcut to translate key names
struct Keyname {
unsigned int key;