This fixes an obvious error in the current print formatting.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
if (XIMaskIsSet(event->valuators.mask, i))
printf(" %i: %.2f\n", i, *val++);
if (XIMaskIsSet(event->valuators.mask, i))
printf(" %i: %.2f\n", i, *val++);
- printf(" windows: root 0x%lx event 0x%lx child 0x%ld\n",
+ printf(" windows: root 0x%lx event 0x%lx child 0x%lx\n",
event->root, event->event, event->child);
}
event->root, event->event, event->child);
}