diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-15 17:48:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-15 17:48:06 +0100 |
| commit | 3ecae0459caba7d8237502e4de2620641cb1e9b1 (patch) | |
| tree | 0bb547d130e71350c65d399f7ce0e715a870b284 /fluid/fluid.h | |
| parent | 7f8f7c5b851f4e15cf95c6e819bff284b7fda7ca (diff) | |
Improve Fluid argument handling and relative paths. (#545)
Fix typos, fix merge conflict.
Diffstat (limited to 'fluid/fluid.h')
| -rw-r--r-- | fluid/fluid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h index 87a1c980d..7625f0a2c 100644 --- a/fluid/fluid.h +++ b/fluid/fluid.h @@ -67,8 +67,8 @@ extern Fl_Menu_Item *overlay_item; extern int modflag; -extern void goto_designfile_dir(); -extern void leave_designfile_dir(); +extern void enter_project_dir(); +extern void leave_project_dir(); extern int update_file; // fluid -u extern int compile_file; // fluid -c |
