mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 04:27:59 +02:00
mi: Removed a line that I forgot to purge in the last commit... oops...
This commit is contained in:
parent
43f3dfbbd6
commit
531f8599e2
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ mieqEnqueue(DeviceIntPtr pDev, xEvent *e)
|
|||
}
|
||||
else {
|
||||
static int stuck = 0;
|
||||
newtail = (oldtail + 1) % QUEUE_SIZE;
|
||||
/* Toss events which come in late. Usually this means your server's
|
||||
* stuck in an infinite loop somewhere, but SIGIO is still getting
|
||||
* handled. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue