mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: print out event type if a bogus pointer event occurs.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user