aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-ui_native__theme_native__theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron39/files/patch-ui_native__theme_native__theme.h')
-rw-r--r--devel/electron39/files/patch-ui_native__theme_native__theme.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-ui_native__theme_native__theme.h b/devel/electron39/files/patch-ui_native__theme_native__theme.h
new file mode 100644
index 000000000000..a1764f92d675
--- /dev/null
+++ b/devel/electron39/files/patch-ui_native__theme_native__theme.h
@@ -0,0 +1,11 @@
+--- ui/native_theme/native_theme.h.orig 2025-11-02 19:17:57 UTC
++++ ui/native_theme/native_theme.h
+@@ -61,7 +61,7 @@ class COMPONENT_EXPORT(NATIVE_THEME) NativeTheme {
+ // A part being sized or painted.
+ enum Part {
+ kCheckbox,
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ kFrameTopArea,
+ #endif
+ kInnerSpinButton,