From b6c5ed9c3332ea7d0a461f390bb81595ddceed6d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 25 Mar 2002 21:56:41 +0000 Subject: Define USE_XDBE to HAVE_XDBE value... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 9 +++------ 1 file 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 $". */ -- cgit v1.2.3