diff options
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index ef9048da6..39e9a2148 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -490,6 +490,9 @@ public: class Fl_Widget_Class_Type : private Fl_Window_Type { public: + // state variables for output: + char write_public_state; // true when public: has been printed + void write_code1(); void write_code2(); Fl_Type *make(); |
