diff options
Diffstat (limited to 'devel/electron33/files/patch-printing_backend_cups__ipp__helper.cc')
-rw-r--r-- | devel/electron33/files/patch-printing_backend_cups__ipp__helper.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-printing_backend_cups__ipp__helper.cc b/devel/electron33/files/patch-printing_backend_cups__ipp__helper.cc deleted file mode 100644 index b202516f75db..000000000000 --- a/devel/electron33/files/patch-printing_backend_cups__ipp__helper.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- printing/backend/cups_ipp_helper.cc.orig 2024-06-18 21:43:37 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); |