Author: manolo Date: 2010-03-03 10:14:20 -0800 (Wed, 03 Mar 2010) New Revision: 7206 Log: Ready to test Fl_Printer::print_window_part()
Modified: branches/branch-1.3-Fl_Printer/src/Fl_x.cxx Modified: branches/branch-1.3-Fl_Printer/src/Fl_x.cxx =================================================================== --- branches/branch-1.3-Fl_Printer/src/Fl_x.cxx 2010-03-03 17:38:28 UTC (rev 7205) +++ branches/branch-1.3-Fl_Printer/src/Fl_x.cxx 2010-03-03 18:14:20 UTC (rev 7206) @@ -1772,7 +1772,7 @@ if( printer.start_job(1) ) return; if( printer.start_page() ) return; printer.print_widget( win ); - //printer.print_window_part( win, 0,0 ); + //printer.print_window_part( win, 0,0,win->w(), win->h() ); printer.end_page(); printer.end_job(); o->window()->show(); _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
