diff options
Diffstat (limited to 'devel/electron38/files/patch-electron_shell_browser_native__window.cc')
-rw-r--r-- | devel/electron38/files/patch-electron_shell_browser_native__window.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-electron_shell_browser_native__window.cc b/devel/electron38/files/patch-electron_shell_browser_native__window.cc new file mode 100644 index 000000000000..c831d05393b9 --- /dev/null +++ b/devel/electron38/files/patch-electron_shell_browser_native__window.cc @@ -0,0 +1,11 @@ +--- electron/shell/browser/native_window.cc.orig 2025-09-02 20:56:04 UTC ++++ electron/shell/browser/native_window.cc +@@ -184,7 +184,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) + if (bool val; options.Get(options::kClosable, &val)) + SetClosable(val); + #endif |