summaryrefslogtreecommitdiff
path: root/xpr.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-02Remove support for Digital LN03 laser printerAlan Coopersmith1-1/+1
This DEC printer from the early 1980's is not widely used today. This was the last remaining printer using the "sixel" and "sixmap" support, so those functions were removed as well. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-08-02Remove support for Digital LA100 dot matrix printerAlan Coopersmith1-1/+1
This DEC printer from the early 1980's is not widely used today. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-10-06Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2004-11-08xc/programs/xpr/x2jet.cRoland Mainz1-20/+51
xc/programs/xpr/x2pmp.c xc/programs/xpr/xpr.c Fix various warnings, build problems in "xpr" and convert the whole source from K&R style to ANSI-C.
2004-10-31Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=631 - UploadingRoland Mainz1-0/+33
"xpr" and "pclcomp" as they are needed for the RASTER and PCL drivers on some platforms.