summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2022-01-08 21:55:19 +0100
committerMatthias Melcher <github@matthiasm.com>2022-01-08 22:12:41 +0100
commit42a93eb8dec6e3c637442e23e156b3f72c7f8ca7 (patch)
treed3edd493518ff7a78a2e733dadb98d07a1fec753 /fluid/alignment_panel.h
parent9a2b3ef798d0baf4228b69b941b7cdb25aca6ab6 (diff)
avoid early include of Fl.H option
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 9a6e6092a..cccadc337 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -46,6 +46,8 @@ extern void use_FL_COMMAND_button_cb(Fl_Check_Button*, void*);
extern Fl_Check_Button *use_FL_COMMAND_button;
extern void utf8_in_src_cb(Fl_Check_Button*, void*);
extern Fl_Check_Button *utf8_in_src_button;
+extern void avoid_early_includes_cb(Fl_Check_Button*, void*);
+extern Fl_Check_Button *avoid_early_includes_button;
#include <FL/Fl_Choice.H>
extern void i18n_type_cb(Fl_Choice*, void*);
extern Fl_Choice *i18n_type_chooser;