diff options
Diffstat (limited to 'devel/electron38/files/patch-printing_backend_cups__ipp__helper.cc')
-rw-r--r-- | devel/electron38/files/patch-printing_backend_cups__ipp__helper.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-printing_backend_cups__ipp__helper.cc b/devel/electron38/files/patch-printing_backend_cups__ipp__helper.cc new file mode 100644 index 000000000000..71f148639e4d --- /dev/null +++ b/devel/electron38/files/patch-printing_backend_cups__ipp__helper.cc @@ -0,0 +1,11 @@ +--- printing/backend/cups_ipp_helper.cc.orig 2025-06-30 07:04:30 UTC ++++ printing/backend/cups_ipp_helper.cc +@@ -202,7 +202,7 @@ void ExtractResolutions(const CupsOptionProvider& prin + // Provide a default DPI if no valid DPI is found. + #if BUILDFLAG(IS_MAC) + constexpr gfx::Size kDefaultMissingDpi(kDefaultMacDpi, kDefaultMacDpi); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + constexpr gfx::Size kDefaultMissingDpi(kPixelsPerInch, kPixelsPerInch); + #else + constexpr gfx::Size kDefaultMissingDpi(kDefaultPdfDpi, kDefaultPdfDpi); |