summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-10 01:22:15 +0100
committerMatthias Melcher <git@matthiasm.com>2021-12-10 01:22:24 +0100
commit5655f79d630ea2a8e286c54be0573afd426b443d (patch)
tree025e38f669d65d159a31d9209fe10e284883a790 /fluid/fluid.h
parenta4b6175dbe4f613a690a09ad90b8df599e279bf5 (diff)
STR 3426: indicating in the title bar if the design is newer than the code file.
In this first version, we assume that the code file is newer whenever it is written, until the current design is modified in any way. So instead of a status bar at the bottom of the main window, the title bar will now show the status of the design and the code at the same place.
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index 20045ab06..ff309843a 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -92,7 +92,7 @@ extern int pasteoffset;
// ---- public functions
extern void set_filename(const char *c);
-extern void set_modflag(int mf);
+extern void set_modflag(int mf, int mfc=-1);
// ---- public callback functions