forked from Lainports/freebsd-ports
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
508 B
C++
11 lines
508 B
C++
--- printing/backend/cups_helper.cc.orig 2023-03-30 00:33:55 UTC
|
|
+++ printing/backend/cups_helper.cc
|
|
@@ -127,7 +127,7 @@ void GetResolutionSettings(ppd_file_t* ppd,
|
|
// 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);
|