09c1114e71
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
625 B
C
11 lines
625 B
C
--- ui/views/widget/widget.h.orig 2022-08-31 12:19:35 UTC
|
|
+++ ui/views/widget/widget.h
|
|
@@ -394,7 +394,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid
|
|
// If set, the widget was created in headless mode.
|
|
bool headless_mode = false;
|
|
|
|
-#if defined(USE_AURA) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
|
|
+#if defined(USE_AURA) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD))
|
|
// Indicates whether the desktop native widget is required for the widget.
|
|
// This may enforce changing the type of the underlying platform window.
|
|
// See crbug.com/1280332
|