From 4c825eae89063fdc2241f92ab4101ba682b5b4b7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 2 Nov 2011 10:38:26 +1000 Subject: Xi: add a FIXME All the DeepCopy stuff really needs to be shared between the init calls the drivers use and this code here. Too many bugs by not keeping the two in sync. Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith Reviewed-by: Chase Douglas --- Xi/exevents.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Xi') diff --git a/Xi/exevents.c b/Xi/exevents.c index ad9c3d6ac..1e16b7400 100644 --- a/Xi/exevents.c +++ b/Xi/exevents.c @@ -492,6 +492,8 @@ DeepCopyKeyboardClasses(DeviceIntPtr from, DeviceIntPtr to) } +/* FIXME: this should really be shared with the InitValuatorAxisClassRec and + * similar */ static void DeepCopyPointerClasses(DeviceIntPtr from, DeviceIntPtr to) { -- cgit v1.2.3