Restore high resolution support.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-03-08 22:19:57 +00:00
parent 6f590b9a13
commit 459b0d1d07
1 changed files with 1 additions and 1 deletions

View File

@ -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();