diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_host_client__session.cc')
-rw-r--r-- | devel/electron33/files/patch-remoting_host_client__session.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_host_client__session.cc b/devel/electron33/files/patch-remoting_host_client__session.cc deleted file mode 100644 index 5c9e99a26e96..000000000000 --- a/devel/electron33/files/patch-remoting_host_client__session.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- remoting/host/client_session.cc.orig 2024-10-16 21:31:37 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 - |