diff options
Diffstat (limited to 'devel/electron33/files/patch-electron_shell_browser_native__window.cc')
-rw-r--r-- | devel/electron33/files/patch-electron_shell_browser_native__window.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-electron_shell_browser_native__window.cc b/devel/electron33/files/patch-electron_shell_browser_native__window.cc deleted file mode 100644 index 89d10a8a22b1..000000000000 --- a/devel/electron33/files/patch-electron_shell_browser_native__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/shell/browser/native_window.cc.orig 2025-04-15 18:33:07 UTC -+++ electron/shell/browser/native_window.cc -@@ -200,7 +200,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); |