diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-02-29 06:42:12 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-02-29 06:42:12 +0000 |
| commit | c2d2cf47fc845d3d5315b672fc47cf0733c3bc2f (patch) | |
| tree | e6fabfcd06f011e50c8b36b7e26ee6380a12ac89 /configh.in | |
| parent | aee4def606931c802d214db91360d5d3524544dd (diff) | |
Turned off XDBE for all platforms
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 12 |
1 files 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 $". */ |
