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 --- src/Fl_visual.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/Fl_visual.cxx') diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index da088cb17..8058e0b10 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -40,13 +40,6 @@ less-than-24 bit deep visual. This call fails if 24 bits are not available.
  -
  • Fl::visual(FL_DOUBLE|FL_INDEX) -
    Hardware double buffering. Call this if you are going to use - Fl_Double_Window. -
     
  • -
  • Fl::visual(FL_DOUBLE|FL_RGB)
  • -
  • Fl::visual(FL_DOUBLE|FL_RGB8) -
    Hardware double buffering and full color.

    This returns true if the system has the capabilities by default or -- cgit v1.2.3