aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-remoting_host_client__session.cc
blob: 0585e9a9e31f423caf48ae834d9c2d3f38a66e0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/client_session.cc.orig	2024-02-21 00:20:51 UTC
+++ remoting/host/client_session.cc
@@ -160,7 +160,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