Backport 4b9600a41674

This commit is contained in:
Lauri Kasanen 2015-02-27 18:07:59 +02:00
parent 7a4d23b8af
commit f2935fa50e
1 changed files with 2 additions and 0 deletions

View File

@ -3411,6 +3411,8 @@ WriteEventsToClient(ClientPtr pClient, int count, xEvent *events)
int i;
if (!pClient || pClient == serverClient || pClient->clientGone)
return;
if (EventCallback) {