Xi: fix fprint format warning
exevents.c: In function 'ProcessTouchEvent': exevents.c:1601:20: warning: too many arguments for format Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d631dbe9b6
commit
2ff56033de
|
@ -1598,7 +1598,7 @@ ProcessTouchEvent(InternalEvent *ev, DeviceIntPtr dev)
|
|||
if (!ti) {
|
||||
DebugF("[Xi] %s: Failed to create new dix record for explicitly "
|
||||
"grabbed touchpoint %d\n",
|
||||
dev->name, type, touchid);
|
||||
dev->name, touchid);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue