dix: print out event type if a bogus pointer event occurs.

This commit is contained in:
Peter Hutterer 2008-01-30 13:04:58 +10:30
parent d954f9c803
commit 1692dcf197

View File

@ -3312,7 +3312,7 @@ ProcessPointerEvent (xEvent *xE, DeviceIntPtr mouse, int count)
deactivateGrab = TRUE;
break;
default:
FatalError("bogus pointer event from ddx");
FatalError("bogus pointer event from ddx: %d", xE->u.u.type);
}
}
else if (!CheckMotion(xE))