ports/www/ungoogled-chromium/patches/patch-remoting_host_client_session_cc

13 lines
449 B
Text
Raw Normal View History

2024-05-20 13:42:05 +00:00
Index: remoting/host/client_session.cc
--- remoting/host/client_session.cc.orig
+++ remoting/host/client_session.cc
@@ -161,7 +161,7 @@ void ClientSession::NotifyClientResolution(
if (desktop_environment_options_.enable_curtaining()) {
dpi_vector.set(resolution.x_dpi(), resolution.y_dpi());
}
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
dpi_vector.set(resolution.x_dpi(), resolution.y_dpi());
#endif