diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-01-30 13:30:59 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-08 16:00:52 +0930 |
commit | 95676d89c7954cc5550ed386b784b470034320cc (patch) | |
tree | 2fccbd635643475a7cdc4889229e5d6d26948c4d | |
parent | 01a4da993a2ecd0f017baef49b6e57b82c05316d (diff) |
Set is_core_pointer to 0 by default.
Server 1.4 does not do physical core devices.
-rw-r--r-- | src/xf86Fpit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index 81d70a1..5b1d060 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -231,7 +231,7 @@ static void xf86FpitReadInput(LocalDevicePtr local) { FpitPrivatePtr priv = (FpitPrivatePtr) local->private; int len, loop; - int is_core_pointer = 1; + int is_core_pointer = 0; int x, y, buttons, prox; DeviceIntPtr device; int conv_x, conv_y; |