mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
544 B
C++
11 lines
544 B
C++
--- ui/aura/screen_ozone.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ ui/aura/screen_ozone.cc
|
|
@@ -110,7 +110,7 @@ display::Display ScreenOzone::GetPrimaryDisplay() cons
|
|
return platform_screen_->GetPrimaryDisplay();
|
|
}
|
|
|
|
-#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
ScreenOzone::ScreenSaverSuspenderOzone::ScreenSaverSuspenderOzone(
|
|
std::unique_ptr<ui::PlatformScreen::PlatformScreenSaverSuspender> suspender)
|
|
: suspender_(std::move(suspender)) {}
|