summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-09 23:12:55 +0100
committerGitHub <noreply@github.com>2022-11-09 23:12:55 +0100
commit56cba05672faa953f3e078de6a2db2992dd888b9 (patch)
tree8eca88e7f9293ff5c8052762c4d195dd719692a8 /fluid/fluid.h
parentf41861976b35bfeceed0ffca1b3b97dd89257a55 (diff)
Fluid Fl_Widget::image() path fixes. (#536)
* Adding strings and design file to source view panel * Fluid: Fixed source dir recursion, fixed relative image reading path. * Renaming source_dir to designfile_dir in some functions.
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index a00a775d3..87a1c980d 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_source_dir();
-extern void leave_source_dir();
+extern void goto_designfile_dir();
+extern void leave_designfile_dir();
extern int update_file; // fluid -u
extern int compile_file; // fluid -c