Skip to content

Commit

Permalink
Turned off XDBE for all platforms
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
spitzak committed Feb 29, 2000
1 parent aee4def commit c2d2cf4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions 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@
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 $".
*/

0 comments on commit c2d2cf4

Please sign in to comment.