diff options
Diffstat (limited to 'devel/electron32/files/patch-electron_shell_browser_native__window.cc')
-rw-r--r-- | devel/electron32/files/patch-electron_shell_browser_native__window.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-electron_shell_browser_native__window.cc b/devel/electron32/files/patch-electron_shell_browser_native__window.cc deleted file mode 100644 index d67815650ff3..000000000000 --- a/devel/electron32/files/patch-electron_shell_browser_native__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/shell/browser/native_window.cc.orig 2024-07-15 15:22:56 UTC -+++ electron/shell/browser/native_window.cc -@@ -203,7 +203,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); |