summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
-rw-r--r--fluid/Fl_Window_Type.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx
index 6bf1e06f0..a7278d6f3 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -245,6 +245,11 @@ void show_settings_cb(Fl_Widget *, void *) {
settings_window->show();
}
+void show_global_settings_cb(Fl_Widget *, void *) {
+ global_settings_window->hotspot(global_settings_window);
+ show_global_settings_window();
+}
+
void header_input_cb(Fl_Input* i, void*) {
if (header_file_name && strcmp(header_file_name, i->value()))
set_modflag(1);