forked from Lainports/opnsense-ports
11 lines
434 B
C++
11 lines
434 B
C++
--- remoting/host/client_session.cc.orig 2024-06-18 21:43:37 UTC
|
|
+++ remoting/host/client_session.cc
|
|
@@ -157,7 +157,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
|
|
|