forked from Lainports/opnsense-ports
11 lines
464 B
C++
11 lines
464 B
C++
--- electron/shell/browser/browser.cc.orig 2022-05-18 15:31:32 UTC
|
|
+++ electron/shell/browser/browser.cc
|
|
@@ -65,7 +65,7 @@ Browser* Browser::Get() {
|
|
return ElectronBrowserMainParts::Get()->browser();
|
|
}
|
|
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
void Browser::Focus(gin::Arguments* args) {
|
|
// Focus on the first visible window.
|
|
for (auto* const window : WindowList::GetWindows()) {
|