mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
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
592 B
C
11 lines
592 B
C
--- ui/base/clipboard/clipboard_constants.h.orig 2022-03-25 21:59:56 UTC
|
|
+++ ui/base/clipboard/clipboard_constants.h
|
|
@@ -46,7 +46,7 @@ extern const char kMimeTypeDataTransferEndpoint[];
|
|
#endif // BUILDFLAG(IS_CHROMEOS)
|
|
|
|
// Linux-specific MIME type constants (also used in Fuchsia).
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
COMPONENT_EXPORT(UI_BASE_CLIPBOARD_TYPES)
|
|
extern const char kMimeTypeLinuxUtf8String[];
|
|
COMPONENT_EXPORT(UI_BASE_CLIPBOARD_TYPES)
|