View | Details | Raw Unified | Return to bug 219946
Collapse All | Expand All

(-)a/src/mouse.c (+3 lines)
Lines 1166-1171 MouseReadInput(InputInfoPtr pInfo) Link Here
1166
    pBufP = pMse->protoBufTail;
1166
    pBufP = pMse->protoBufTail;
1167
    pBuf = pMse->protoBuf;
1167
    pBuf = pMse->protoBuf;
1168
1168
1169
    if (pInfo->fd == -1)
1170
	return;
1171
1169
    /*
1172
    /*
1170
     * Set blocking to -1 on the first call because we know there is data to
1173
     * Set blocking to -1 on the first call because we know there is data to
1171
     * read. Xisb automatically clears it after one successful read so that
1174
     * read. Xisb automatically clears it after one successful read so that

Return to bug 219946