On 01.03.2010, at 14:01, [email protected] wrote:

> Modified: branches/branch-1.3-Fl_Printer/src/Fl_win32.cxx
> ===================================================================
> --- branches/branch-1.3-Fl_Printer/src/Fl_win32.cxx   2010-03-01 12:56:27 UTC 
> (rev 7183)
> +++ branches/branch-1.3-Fl_Printer/src/Fl_win32.cxx   2010-03-01 13:00:55 UTC 
> (rev 7184)
> @@ -1952,11 +1952,15 @@
>     if ((float)h/win->h() < scale) scale = (float)h/win->h();
>     printer.scale(scale, scale);
>   }
> +#ifdef ROTATE
>   printer.scale(scale * 0.8, scale * 0.8);
>   printer.printable_rect(&w, &h);
>   printer.origin(w/2, h/2 );
>   printer.rotate(20.);
>   printer.print_widget( win, - win->w()/2, - win->h()/2 );
> +#else
> +  printer.print_widget( win );
> +#endif
>   //printer.print_window_part( win, 0,0, win->w(), win->h(), - win->w()/2, - 
> win->h()/2 );
>   printer.end_page();
>   printer.end_job();


Yeah, I was wondering about that ;-)

OK, the OS X build works out of the box using the include Makefiles.

Great work!

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

Reply via email to