diff options
Diffstat (limited to 'devel/electron32/files/patch-remoting_host_client__session.cc')
-rw-r--r-- | devel/electron32/files/patch-remoting_host_client__session.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-remoting_host_client__session.cc b/devel/electron32/files/patch-remoting_host_client__session.cc deleted file mode 100644 index a41429fc56b4..000000000000 --- a/devel/electron32/files/patch-remoting_host_client__session.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |