summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
Commit message (Collapse)AuthorAgeFilesLines
* - Constify parameters of struct plotter_table::polygon and struct ↵John Tytgat2009-02-031-3/+3
| | | | | | | | | | | plotter_table::path - riscos/save_draw.c(ro_save_draw_plotters): Make it static. - desktop/save_pdf/pdf_plotters.c(pdf_plot_path): fix broken implementation (coordinates path were wrong, no clip/text mode update, transformation matrix was overwritten); only update fill and/or stroke color when fill and/or stroke is done. (pdf_begin): disable compression when PDF_DEBUG is set svn path=/trunk/netsurf/; revision=6361
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=5136
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+48
svn path=/trunk/netsurf/; revision=4864