From 459b0d1d07b27c298056ca4fed713272971968a3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 8 Mar 2016 22:19:57 +0000 Subject: Restore high resolution support. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11324 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 e67136e91..09864fd5c 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -178,7 +178,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