diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-11-02 10:38:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-16 11:18:47 +1000 |
commit | 4c825eae89063fdc2241f92ab4101ba682b5b4b7 (patch) | |
tree | 25358075723ff68176e04c0f95d721c70acd2e0e /Xi | |
parent | 0b9d2e426defabbf6df7e872e158b080a6a5e0be (diff) |
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 <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/exevents.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |