diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-11-25 14:10:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-11-25 14:10:54 +0000 |
| commit | f840da44d16caf07c33cd29310e238d7f029c737 (patch) | |
| tree | 28971de2b889a1c1343c83688bc21abc52674a53 | |
| parent | df0ec236033550fc0cc5f33212f5ce518bad2498 (diff) | |
Updated default border width to 2.
git-svn-id: file:///fltk/svn/fltk/trunk@102 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configh.in | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/configh.in b/configh.in index a91432f50..5702897de 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.7 1998/11/05 16:04:36 mike Exp $" + * "$Id: configh.in,v 1.8 1998/11/25 14:10:54 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -28,13 +28,17 @@ * BORDER_WIDTH: * * Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are - * supported. 3 is the historic FLTK look. 2 looks more like Microsoft - * Windows, KDE, and Qt, and is the default when building for Windows. - * 1 is a plausible future evolution... Note that this may be simulated - * at runtime by redefining the boxtypes using Fl::set_boxtype(). + * supported. + * + * 3 is the historic FLTK look. + * 2 is the default and looks like Microsoft Windows, KDE, and Qt. + * 1 is a plausible future evolution... + * + * Note that this may be simulated at runtime by redefining the boxtypes + * using Fl::set_boxtype(). */ -#define BORDER_WIDTH 3 +#define BORDER_WIDTH 2 /* * HAVE_GL: @@ -147,5 +151,5 @@ #define HAVE_LIBJPEG 0 /* - * End of "$Id: configh.in,v 1.7 1998/11/05 16:04:36 mike Exp $". + * End of "$Id: configh.in,v 1.8 1998/11/25 14:10:54 mike Exp $". */ |
