aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_client__session.cc
blob: 2cfdfde15ce2ea43b8bc32af5e84d60eb1557822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/client_session.cc.orig	2024-01-30 07:53:34 UTC
+++ remoting/host/client_session.cc
@@ -159,7 +159,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