aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-electron_shell_common_platform__util.h
blob: f23a6d36738b0966ca4f31c9938849423c5ba06a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             
--- electron/shell/common/platform_util.h.orig	2022-05-18 15:31:32 UTC
+++ electron/shell/common/platform_util.h
@@ -52,7 +52,7 @@ bool GetLoginItemEnabled();
 bool SetLoginItemEnabled(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);