mirror of https://github.com/fltk/fltk
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:
parent
6f590b9a13
commit
459b0d1d07
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue