blob: 91aea61e62dc84b16b05cdfb325324ca453e9737 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./ui/events/event_switches.cc.orig 2014-04-24 22:35:16.000000000 +0200
+++ ./ui/events/event_switches.cc 2014-04-24 23:23:48.000000000 +0200
@@ -20,7 +20,7 @@
// disabled: touch events are disabled.
const char kTouchEventsDisabled[] = "disabled";
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
// Tells chrome to interpret events from these devices as touch events. Only
// available with XInput 2 (i.e. X server 1.8 or above). The id's of the
// devices can be retrieved from 'xinput list'.
|