diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-19 15:03:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-19 15:03:26 +0000 |
| commit | e232a9b0942f9b9578c19ac16f6c1d33040eadd7 (patch) | |
| tree | 72e2f5d5c88bbda268dc5cb59d94e82d291fdc55 /fluid | |
| parent | 3702edc89dddcbc63166a543c3ae24ffceebdaaf (diff) | |
Changed "include_H_from_C" to default to 1 instead of 0.
git-svn-id: file:///fltk/svn/fltk/trunk@305 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index ddc6fd918..fc7867ba4 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_Type.cxx,v 1.12 1999/01/07 19:17:11 mike Exp $" +// "$Id: Fl_Window_Type.cxx,v 1.13 1999/02/19 15:03:26 mike Exp $" // // Window type code for the Fast Light Tool Kit (FLTK). // @@ -42,7 +42,7 @@ int gridx = 5; int gridy = 5; int snap = 3; -int include_H_from_C; +int include_H_from_C = 1; void alignment_cb(Fl_Input *i, long v) { int n = atoi(i->value()); @@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Window_Type.cxx,v 1.12 1999/01/07 19:17:11 mike Exp $". +// End of "$Id: Fl_Window_Type.cxx,v 1.13 1999/02/19 15:03:26 mike Exp $". // |
