diff options
Diffstat (limited to 'devel/electron37/files/patch-ui_views_widget_widget.h')
-rw-r--r-- | devel/electron37/files/patch-ui_views_widget_widget.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_views_widget_widget.h b/devel/electron37/files/patch-ui_views_widget_widget.h new file mode 100644 index 000000000000..e224a617005f --- /dev/null +++ b/devel/electron37/files/patch-ui_views_widget_widget.h @@ -0,0 +1,11 @@ +--- ui/views/widget/widget.h.orig 2025-07-04 05:17:07 UTC ++++ ui/views/widget/widget.h +@@ -488,7 +488,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid + bool force_system_menu_for_frameless = false; + #endif // BUILDFLAG(IS_WIN) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Only used by X11, for root level windows. Specifies the res_name and + // res_class fields, respectively, of the WM_CLASS window property. Controls + // window grouping and desktop file matching in Linux window managers. |