$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- ui/views/window/dialog_delegate.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ ui/views/window/dialog_delegate.cc @@ -105,7 +105,7 @@ Widget* DialogDelegate::CreateDialogWidg // static bool DialogDelegate::CanSupportCustomFrame(gfx::NativeView parent) { -#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \ BUILDFLAG(ENABLE_DESKTOP_AURA) // The new style doesn't support unparented dialogs on Linux desktop. return parent != nullptr;