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 /src/Fl_visual.cxx | |
| parent | 2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff) | |
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'src/Fl_visual.cxx')
| -rw-r--r-- | src/Fl_visual.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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. <BR> </LI> - <LI>Fl::visual(FL_DOUBLE|FL_INDEX) - <BR>Hardware double buffering. Call this if you are going to use - Fl_Double_Window. - <BR> </LI> - <LI>Fl::visual(FL_DOUBLE|FL_RGB)</LI> - <LI>Fl::visual(FL_DOUBLE|FL_RGB8) - <BR>Hardware double buffering and full color. </UL> <P>This returns true if the system has the capabilities by default or |
