Author: manolo
Date: 2010-03-31 09:21:56 -0700 (Wed, 31 Mar 2010)
New Revision: 7382
Log:
Fl_GDI_Printer.cxx: change in Fl_printer::start_job() to allow printable_rect() 
call before start_page()

Modified:
   branches/branch-1.3/src/Fl_GDI_Printer.cxx

Modified: branches/branch-1.3/src/Fl_GDI_Printer.cxx
===================================================================
--- branches/branch-1.3/src/Fl_GDI_Printer.cxx  2010-03-31 15:46:55 UTC (rev 
7381)
+++ branches/branch-1.3/src/Fl_GDI_Printer.cxx  2010-03-31 16:21:56 UTC (rev 
7382)
@@ -104,6 +104,8 @@
     }
     x_offset = 0;
     y_offset = 0;
+    WIN_SetupPrinterDeviceContext (hPr);
+    gc = (void *)fl_gc;
     this->set_current();
   }
   return err;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to