mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 03:38:01 +02:00
Fix a bug that caused an entire batch of events to be thrown out when one
of an unknown type is encountered. (Ty Sarna, NetBSD).
This commit is contained in:
parent
19002e47a0
commit
a12a678bc9
1 changed files with 1 additions and 0 deletions
|
|
@ -430,6 +430,7 @@ wsconsReadInput(InputInfoPtr pInfo)
|
|||
default:
|
||||
xf86Msg(X_WARNING, "%s: bad wsmouse event type=%d\n", pInfo->name,
|
||||
event->type);
|
||||
++event;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue