opnsense-ports/devel/electron32/files/patch-ui_base_ui__base__switches.h
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

16 lines
656 B
C

--- ui/base/ui_base_switches.h.orig 2024-08-14 20:56:04 UTC
+++ ui/base/ui_base_switches.h
@@ -27,11 +27,11 @@ COMPONENT_EXPORT(UI_BASE) extern const char kEnableRes
COMPONENT_EXPORT(UI_BASE) extern const char kEnableResourcesFileSharing[];
#endif
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
COMPONENT_EXPORT(UI_BASE) extern const char kSystemFontFamily[];
#endif
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
COMPONENT_EXPORT(UI_BASE) extern const char kUiToolkitFlag[];
COMPONENT_EXPORT(UI_BASE) extern const char kDisableGtkIme[];
#endif