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/fluid.h | |
| parent | 06d12892f90233c4ec50109fc2d2f06c5ae14432 (diff) | |
FLUID: Adds initial MergeBack feature.
Diffstat (limited to 'fluid/fluid.h')
| -rw-r--r-- | fluid/fluid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h index 1e39f8095..0ac4258c8 100644 --- a/fluid/fluid.h +++ b/fluid/fluid.h @@ -133,6 +133,7 @@ public: int avoid_early_includes; int header_file_set; int code_file_set; + int write_mergeback_data; Fl_String header_file_name; Fl_String code_file_name; }; |
