diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-05-30 16:44:26 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-05-30 16:44:26 +0200 |
| commit | 86a8d138f2f3e366ccaa185fa86b97e49534dfd8 (patch) | |
| tree | b357334b3c67fdd6406335d16bfb0d324407261c /src/Fl_Window_Driver.cxx | |
| parent | ac0a5d52cbcef9b6cda8b6a2494b33523362cd9c (diff) | |
Fix for #1260 - part2: improve position of menu button window under Wayland
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index ccf5f1a07..4abeda869 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -31,6 +31,7 @@ extern void fl_throw_focus(Fl_Widget *o); +Fl_Menu_Button *Fl_Window_Driver::current_menu_button = NULL; /** Create a new Window Driver. |
