]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Moved IPP-attribute-related functions to ipp.c
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 8 Oct 2022 06:34:42 +0000 (08:34 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 8 Oct 2022 06:34:42 +0000 (08:34 +0200)
commit37e27ba5d801a30c45964316854ba92ee54a4146
tree2979e05589c69ea6524470020ac1164db98e798a
parent843a24f3f4c2167cade7fbbdda5922fb0ea54084
libcupsfilters: Moved IPP-attribute-related functions to ipp.c

There were some non-Raster-related but IPP-attribute-related functions
in raster.c. With this commit they are moved to ipp.c now.

The functions are:

    - cfGetBackSideOrientation()
    - cfGetPrintRenderIntent()
    - cfJoinJobOptionsAndAttrs()
cupsfilters/colord.c
cupsfilters/colormanager.c
cupsfilters/ghostscript.c
cupsfilters/ipp.c
cupsfilters/ipp.h
cupsfilters/mupdftopwg.c
cupsfilters/pwgtopdf.cxx
cupsfilters/raster.c
cupsfilters/raster.h
ppd/pdftops.c