Skip to content

Commit

Permalink
Restore high resolution support.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Mar 8, 2016
1 parent 6f590b9 commit 459b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cube.cxx
Expand Up @@ -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();
Expand Down

0 comments on commit 459b0d1

Please sign in to comment.