]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler: Fix applying print-as-raster default 1369/head
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 22 Sep 2025 12:33:45 +0000 (14:33 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 22 Sep 2025 12:33:45 +0000 (14:33 +0200)
commit88fc6ede547109e887eaa5191e7857e0010df146
treeb26f99c349b429f3600eb5d40a974360d8354769
parentc982fe6e44179219515c8246aa5d4ad5042fc9cf
scheduler: Fix applying print-as-raster default

Currently, the default was applied only when present in the request,
which is how `lp` behaves. However the application does not have to
include defaults in the request, so we have to apply it in scheduler.

Additionally, this covers a case when print-as-raster is set by default,
but we want to disable it in a specific request.
scheduler/ipp.c