diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-25 21:56:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-25 21:56:41 +0000 |
| commit | b6c5ed9c3332ea7d0a461f390bb81595ddceed6d (patch) | |
| tree | 4015da6662b693c5913ed56a302e798f003e35e9 /configh.in | |
| parent | c33486c904d99e0eeae5970e6a0c5eacb8e2b776 (diff) | |
Define USE_XDBE to HAVE_XDBE value...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/configh.in b/configh.in index e87c463e9..1eb821399 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.11.2.8 2002/03/06 18:11:00 easysw Exp $" + * "$Id: configh.in,v 1.11.2.11.2.9 2002/03/25 21:56:41 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -94,12 +94,9 @@ * USE_XDBE: * * Actually try to use the double-buffer extension? - * You can try this, it may speed up Fl_Double_Window. However we have - * found most (all?) X implementations to be broken, or at least I - * don't understand the documentation, or something... */ -#define USE_XDBE 0 +#define USE_XDBE HAVE_XDBE /* * HAVE_OVERLAY: @@ -217,5 +214,5 @@ /* - * End of "$Id: configh.in,v 1.11.2.11.2.8 2002/03/06 18:11:00 easysw Exp $". + * End of "$Id: configh.in,v 1.11.2.11.2.9 2002/03/25 21:56:41 easysw Exp $". */ |
