summaryrefslogtreecommitdiff
path: root/fluid/code.h
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-09 21:06:04 +0100
committerMatthias Melcher <git@matthiasm.com>2021-12-09 21:51:37 +0100
commitc175d1276df0c3c96799e57ed20535e547416757 (patch)
treeb13f3d8f39c09b76dfb3d30ce961b977b37527bc /fluid/code.h
parent0c1f78c1f2eadc464cca6861c07bd98818a79068 (diff)
STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.
also added and fixed a few comments STR 3210: fixed indenting of widget callbacks. Also fixed what is considered a 'name' (could still be improved). Also better formatting inlined functions in the header.
Diffstat (limited to 'fluid/code.h')
-rw-r--r--fluid/code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/code.h b/fluid/code.h
index 00c6c8855..377c58085 100644
--- a/fluid/code.h
+++ b/fluid/code.h
@@ -37,6 +37,7 @@ void write_c(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2)));
void write_cc(const char *, int, const char*, const char*);
void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2)));
void write_hc(const char *, int, const char*, const char*);
+void write_c_indented(const char *textlines);
int write_code(const char *cfile, const char *hfile);
int write_strings(const char *sfile);
void write_public(int state); // writes pubic:/private: as needed