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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
