diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-11-02 10:38:26 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-12-21 10:34:10 -0800 |
commit | c6c583bebbb88f6001390087287afc7dffea04d7 (patch) | |
tree | a17098ca7db26c07ec359e47fb263ee49cee70ef | |
parent | b7b6d8e299fc56d02ed169fb7d02ac356bcbfa2e (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>
-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) { |