dix: when getting a bogus event, at least print out the type.

This commit is contained in:
Peter Hutterer 2007-12-07 20:40:21 +10:30
parent 3a058456e0
commit d86e7f2ecc

View File

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