diff options
| author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-03-05 15:11:41 +1030 |
|---|---|---|
| committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-03-05 15:11:41 +1030 |
| commit | 8e562fe26ff77c03be0855afb08e43f3ed0bd4b9 (patch) | |
| tree | dcc0043768ba613b3752940cceefeb71a6180540 | |
| parent | 7b4f3616f75a541b819d99c28bb6cb73761b6066 (diff) | |
Xi: remove false memset from DeepCopyDeviceClasses.
It's wrong, needs to be different, but I haven't had enough coffee to figure
out what it needs to do yet.
| -rw-r--r-- | Xi/exevents.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xi/exevents.c b/Xi/exevents.c index 46ee66d74..fe7f8dc28 100644 --- a/Xi/exevents.c +++ b/Xi/exevents.c @@ -356,7 +356,6 @@ DeepCopyDeviceClasses(DeviceIntPtr from, DeviceIntPtr to) int i; DeviceIntPtr sd; - memset(to->button, 0, MAP_LENGTH); /* merge button states from all attached devices */ for (sd = inputInfo.devices; sd; sd = sd->next) { |
