From c175d1276df0c3c96799e57ed20535e547416757 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 9 Dec 2021 21:06:04 +0100 Subject: 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. --- fluid/code.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/code.h') 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 -- cgit v1.2.3