mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -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
538 B
C
11 lines
538 B
C
--- ui/base/test/ui_controls.h.orig 2025-01-27 17:37:37 UTC
|
|
+++ ui/base/test/ui_controls.h
|
|
@@ -184,7 +184,7 @@ bool SendTouchEventsNotifyWhenDone(int action,
|
|
base::OnceClosure task);
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
// Forces the platform implementation to use screen coordinates, even if they're
|
|
// not really available, the next time that ui_controls::SendMouseMove() or
|
|
// ui_controls::SendMouseMoveNotifyWhenDone() is called, or some other method
|