mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
455 B
C
11 lines
455 B
C
--- ui/events/event_switches.h.orig 2019-03-15 06:38:27 UTC
|
|
+++ ui/events/event_switches.h
|
|
@@ -14,7 +14,7 @@ namespace switches {
|
|
EVENTS_BASE_EXPORT extern const char kEnableScrollPrediction[];
|
|
EVENTS_BASE_EXPORT extern const char kCompensateForUnstablePinchZoom[];
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
|
|
EVENTS_BASE_EXPORT extern const char kTouchDevices[];
|
|
EVENTS_BASE_EXPORT extern const char kPenDevices[];
|
|
#endif
|