summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/Xconfig/xfree.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 090a178..da7a561 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- XFdrake:
o sort monitors in text mode so that "Generic|..." monitors do not appear
in the middle of "Vendor|..." monitors
+- use SendCoreEvents instead of AlwaysCore for wacoms
Version 0.41 - 14 December 2007, by Olivier "blino" Blin
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm
index 9074e32..96a0b66 100644
--- a/lib/Xconfig/xfree.pm
+++ b/lib/Xconfig/xfree.pm
@@ -294,7 +294,7 @@ sub set_wacoms {
if_($wacom->{USB}, USB => { Option => 1 })
};
$raw_X->add_Section('InputDevice', $h);
- push @$layout, { val => qq("$identifier" "AlwaysCore") };
+ push @$layout, { val => qq("$identifier" "SendCoreEvents") };
}
} @wacoms;
}