summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_client__session.cc
blob: 7bfefc2ff724cc92c15ca99a6022e7e86fd0928a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/client_session.cc.orig	2024-04-19 13:02:56 UTC
+++ 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