summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-08 22:19:57 +0000
committerManolo Gouy <Manolo>2016-03-08 22:19:57 +0000
commit459b0d1d07b27c298056ca4fed713272971968a3 (patch)
treeddd74bca7d11744aebcf725a900d2dceb902df3e
parent6f590b9a13c5221b16ff53c636b922a968e0e992 (diff)
Restore high resolution support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--test/cube.cxx2
1 files changed, 1 insertions, 1 deletions
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();