summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-remoting_host_client__session.cc
blob: 9078b98206ff2fbb8076856100ca7b464eaa2931 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/client_session.cc.orig	2025-01-27 17:37:37 UTC
+++ remoting/host/client_session.cc
@@ -161,7 +161,7 @@ void ClientSession::NotifyClientResolution(
   if (effective_policies_.curtain_required.value_or(false)) {
     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