diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-24 19:25:59 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-24 19:25:59 +0200 |
| commit | 0636c0b3e69c80a11a385ebb7fa3db5c8ff06a42 (patch) | |
| tree | d89f355f57b0ebe57d2634cb67ec51cbd42770b2 /src/Fl_Screen_Driver.cxx | |
| parent | e391dc1bf955cbcb7efe6fc268c0c565328ea5a5 (diff) | |
Wayland: implement scale factor windows as popups - cont'd
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
| -rw-r--r-- | src/Fl_Screen_Driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx index f9a40f132..877576fdf 100644 --- a/src/Fl_Screen_Driver.cxx +++ b/src/Fl_Screen_Driver.cxx @@ -388,8 +388,8 @@ static Fl_Window *transient_scale_window = NULL; Fl_Window *Fl_Screen_Driver::transient_scale_parent = NULL; -static void del_transient_window(void *) { - Fl_Screen_Driver::transient_scale_parent = NULL; +void Fl_Screen_Driver::del_transient_window(void *) { + transient_scale_parent = NULL; delete (Fl_Image*)transient_scale_window->shape(); delete transient_scale_window; transient_scale_window = NULL; |
