summaryrefslogtreecommitdiff
path: root/test/doublebuffer.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-26 15:01:36 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-26 15:01:54 +0100
commit84cf24948245d893cde9b3ef8c9eee614191de80 (patch)
tree1d9a4b8c520c0f02481e7c7f75b1c118bb137bda /test/doublebuffer.cxx
parent2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff)
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'test/doublebuffer.cxx')
-rw-r--r--test/doublebuffer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx
index 805a6e4b6..aa5d1d44b 100644
--- a/test/doublebuffer.cxx
+++ b/test/doublebuffer.cxx
@@ -83,8 +83,6 @@ public:
};
int main(int argc, char **argv) {
- if (!Fl::visual(FL_DOUBLE))
- printf("Xdbe not supported, faking double buffer with pixmaps.\n");
Fl_Window w01(420,420,"Fl_Single_Window"); w01.box(FL_FLAT_BOX);
single_blink_window w1(10,10,400,400,"Fl_Single_Window");
w1.box(FL_FLAT_BOX); w1.color(FL_BLACK); //w1.position(100,200);