mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Changelog: - https://github.com/electron/electron/releases/tag/v22.0.2 - https://github.com/electron/electron/releases/tag/v22.0.3 - https://github.com/electron/electron/releases/tag/v22.1.0 PR: 269194 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: mikael (maintainer)
11 lines
550 B
C++
11 lines
550 B
C++
--- ui/gfx/switches.cc.orig 2023-01-30 07:58:58 UTC
|
|
+++ ui/gfx/switches.cc
|
|
@@ -28,7 +28,7 @@ const char kForcePrefersReducedMotion[] = "force-prefe
|
|
// Run in headless mode, i.e., without a UI or display server dependencies.
|
|
const char kHeadless[] = "headless";
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
// Which X11 display to connect to. Emulates the GTK+ "--display=" command line
|
|
// argument. In use only with Ozone/X11.
|
|
const char kX11Display[] = "display";
|