From c2d2cf47fc845d3d5315b672fc47cf0733c3bc2f Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Tue, 29 Feb 2000 06:42:12 +0000 Subject: Turned off XDBE for all platforms git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/configh.in b/configh.in index 465bf2c94..9929eb2ff 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.1 1999/03/25 22:19:30 mike Exp $" + * "$Id: configh.in,v 1.11.2.2 2000/02/29 06:42:12 bill Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -69,11 +69,13 @@ /* * USE_XDBE: * - * Actually try to use the double-buffer extension? Set this to zero - * disable use of XDBE without breaking the list_visuals program. + * 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 HAVE_XDBE +#define USE_XDBE 0 /* * HAVE_OVERLAY: @@ -151,5 +153,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: configh.in,v 1.11.2.1 1999/03/25 22:19:30 mike Exp $". + * End of "$Id: configh.in,v 1.11.2.2 2000/02/29 06:42:12 bill Exp $". */ -- cgit v1.2.3