Turned off XDBE for all platforms
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
aee4def606
commit
c2d2cf47fc
12
configh.in
12
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 $".
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user