diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-17 21:15:04 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-17 21:28:23 +0100 |
| commit | b490ce3463e9008d03224feb44c8b365a8e21954 (patch) | |
| tree | 53065e0c5ba4fa19876ff44e3986d66d1b1feef6 /fluid/Fl_Window_Type.h | |
| parent | 6efc997a02e3125290f9b0883a1a880b9e14bd4b (diff) | |
STR 3355: allow Unicode UTF-8 in source code
This includes changes in the UI in Project Settings.
Diffstat (limited to 'fluid/Fl_Window_Type.h')
| -rw-r--r-- | fluid/Fl_Window_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index 97d5779aa..c1f54d6b8 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -27,6 +27,7 @@ class Fl_Widget_Class_Type; extern int include_H_from_C; extern int use_FL_COMMAND; +extern int utf8_in_src; extern Fl_Menu_Item window_type_menu[]; extern Fl_Widget_Class_Type *current_widget_class; |
