From 84cf24948245d893cde9b3ef8c9eee614191de80 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:01:36 +0100 Subject: Fix for issue #253: Remove xdbe support --- FL/Fl_Double_Window.H | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index 7ba197f8b..b3396c431 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -24,16 +24,8 @@ /** The Fl_Double_Window provides a double-buffered window. - If possible this will use the X double buffering extension (Xdbe). If - not, it will draw the window data into an off-screen pixmap, and then + It will draw the window data into an off-screen pixmap, and then copy it to the on-screen window. -
It is highly recommended that you put the following code before the - first show() of any window in your program:
- \code - Fl::visual(FL_DOUBLE|FL_INDEX) - \endcode - This makes sure you can use Xdbe on servers where double buffering - does not exist for every visual. */ class FL_EXPORT Fl_Double_Window : public Fl_Window { -- cgit v1.2.3