diff options
Diffstat (limited to 'devel/electron35/files/patch-electron_shell_browser_native__window.cc')
| -rw-r--r-- | devel/electron35/files/patch-electron_shell_browser_native__window.cc | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-electron_shell_browser_native__window.cc b/devel/electron35/files/patch-electron_shell_browser_native__window.cc deleted file mode 100644 index 4a441c7b891a..000000000000 --- a/devel/electron35/files/patch-electron_shell_browser_native__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/shell/browser/native_window.cc.orig	2025-06-25 20:51:20 UTC -+++ electron/shell/browser/native_window.cc -@@ -180,7 +180,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D -   } else { -     SetSizeConstraints(size_constraints); -   } --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) -   bool closable; -   if (options.Get(options::kClosable, &closable)) { -     SetClosable(closable);  | 
