blob: 3b2b65eba0d0e1e8eab5d5d35cb7af63b2e3ba16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/widget/widget.h.orig 2025-09-10 14:33:48 UTC
+++ ui/views/widget/widget.h
@@ -493,7 +493,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.
|