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 --- test/doublebuffer.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/doublebuffer.cxx') 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); -- cgit v1.2.3