From e232a9b0942f9b9578c19ac16f6c1d33040eadd7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 19 Feb 1999 15:03:26 +0000 Subject: 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 --- fluid/Fl_Window_Type.cxx | 6 +++--- 1 file 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 $". // -- cgit v1.2.3