ports/www/chromium/files/patch-ui_views_widget_widget.h

11 lines
551 B
C

--- ui/views/widget/widget.h.orig 2025-07-02 06:08:04 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.