diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:54 +0100 |
| commit | 84cf24948245d893cde9b3ef8c9eee614191de80 (patch) | |
| tree | 1d9a4b8c520c0f02481e7c7f75b1c118bb137bda /FL/Fl_Double_Window.H | |
| parent | 2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff) | |
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'FL/Fl_Double_Window.H')
| -rw-r--r-- | FL/Fl_Double_Window.H | 10 |
1 files changed, 1 insertions, 9 deletions
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. - <P>It is highly recommended that you put the following code before the - first show() of <I>any</I> window in your program: </P> - \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 { |
