[PATCH 04/42] Xi: add a FIXME

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 14 19:01:41 PST 2011


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 <peter.hutterer at who-t.net>
---
 Xi/exevents.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Xi/exevents.c b/Xi/exevents.c
index ad9c3d6..1e16b74 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)
 {
-- 
1.7.7.1



More information about the xorg-devel mailing list