aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-ui_native__theme_native__theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-ui_native__theme_native__theme.h')
-rw-r--r--devel/electron37/files/patch-ui_native__theme_native__theme.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_native__theme_native__theme.h b/devel/electron37/files/patch-ui_native__theme_native__theme.h
new file mode 100644
index 000000000000..02716cdbae2b
--- /dev/null
+++ b/devel/electron37/files/patch-ui_native__theme_native__theme.h
@@ -0,0 +1,11 @@
+--- ui/native_theme/native_theme.h.orig 2025-02-02 01:39:08 UTC
++++ ui/native_theme/native_theme.h
+@@ -61,7 +61,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
+ // The part to be painted / sized.
+ enum Part {
+ kCheckbox,
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ kFrameTopArea,
+ #endif
+ kInnerSpinButton,