diff options
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index e76368c08..18f6f5303 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -72,6 +72,9 @@ public: // things that should not be public: Fl_Type *factory; const char *callback_name(); + int code_line, header_line; + int code_line_end, header_line_end; + public: virtual ~Fl_Type(); @@ -737,6 +740,7 @@ void write_indent(int n); void write_open(int); void write_close(int n); extern int write_number; +extern int write_sourceview; void write_public(int state); // writes pubic:/private: as needed extern int indentation; extern const char* indent(); |
