]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler: Fix applying print-as-raster default
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 23 Sep 2025 06:51:14 +0000 (08:51 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 23 Sep 2025 06:51:14 +0000 (08:51 +0200)
commit937ab4ebc911d244ed57797e33952b0650dcc807
treea19a1accb6edf8da992178f66155fec0b56152f0
parentbad41a5feb68fc7d0a39f547a4cd64244e43b37d
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