aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_shell_common_platform__util.h
blob: ab0d33da03d69510d61d96dc7d1d5c81e2226e56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/common/platform_util.h.orig	2024-02-21 16:26:48 UTC
+++ electron/shell/common/platform_util.h
@@ -56,7 +56,7 @@ bool SetLoginItemEnabled(const std::string& type,
                          bool enabled);
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // Returns a success flag.
 // Unlike libgtkui, does *not* use "chromium-browser.desktop" as a fallback.
 bool GetDesktopName(std::string* setme);