summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.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/Fl_Window_Type.h
parent9a2b3ef798d0baf4228b69b941b7cdb25aca6ab6 (diff)
avoid early include of Fl.H option
Diffstat (limited to 'fluid/Fl_Window_Type.h')
-rw-r--r--fluid/Fl_Window_Type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h
index c1f54d6b8..e1ddcba9c 100644
--- a/fluid/Fl_Window_Type.h
+++ b/fluid/Fl_Window_Type.h
@@ -28,6 +28,7 @@ class Fl_Widget_Class_Type;
extern int include_H_from_C;
extern int use_FL_COMMAND;
extern int utf8_in_src;
+extern int avoid_early_includes;
extern Fl_Menu_Item window_type_menu[];
extern Fl_Widget_Class_Type *current_widget_class;