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