diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-26 00:38:58 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-26 00:39:10 +0200 |
| commit | 6d5021c00e71db7d0bc36c8622cb256fd5088cd6 (patch) | |
| tree | 5074e3fe2e28e481ce183219e0de8d61f1bb0e72 /fluid/alignment_panel.h | |
| parent | 06d12892f90233c4ec50109fc2d2f06c5ae14432 (diff) | |
FLUID: Adds initial MergeBack feature.
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 104d96341..496d29dc8 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -74,6 +74,7 @@ extern Fl_Check_Button *include_H_from_C_button; extern Fl_Check_Button *use_FL_COMMAND_button; extern Fl_Check_Button *utf8_in_src_button; extern Fl_Check_Button *avoid_early_includes_button; +extern Fl_Check_Button *w_proj_mergeback; extern Fl_Group *w_settings_layout_tab; #include <FL/Fl_Choice.H> extern Fl_Choice *layout_choice; |
