From bd78fa1c48641649e033818503af5c8e99330226 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 20 Jan 2016 00:11:43 +0000 Subject: Starting to cut out individual graphics function, so that multiple drivers can coexist (cfg_gfx). Found the missing pixels in the OpenGL gfx driver. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/cube.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/cube.cxx b/test/cube.cxx index 7f7d37c4b..9dea82290 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -177,7 +177,7 @@ void print_cb(Fl_Widget *w, void *data) // end of printing demo int main(int argc, char **argv) { - Fl::use_high_res_GL(1); + //Fl::use_high_res_GL(1); makeform(argv[0]); // added to demo printing form->begin(); -- cgit v1.2.3