Define USE_XDBE to HAVE_XDBE value...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-03-25 21:56:41 +00:00
parent c33486c904
commit b6c5ed9c33

View File

@ -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 $".
*/