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
This commit is contained in:
parent
3702edc89d
commit
e232a9b094
@ -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 $".
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user