summaryrefslogtreecommitdiff
path: root/src/Fl_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-30 16:44:26 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-30 16:44:26 +0200
commit86a8d138f2f3e366ccaa185fa86b97e49534dfd8 (patch)
treeb357334b3c67fdd6406335d16bfb0d324407261c /src/Fl_Window_Driver.cxx
parentac0a5d52cbcef9b6cda8b6a2494b33523362cd9c (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.cxx1
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.