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>
This commit is contained in:
Peter Hutterer 2011-11-02 10:38:26 +10:00
parent 0b9d2e426d
commit 4c825eae89
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{