mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 04:58:25 +02:00
Make sure client is still around.
This commit is contained in:
parent
2f9c50752c
commit
fa2a6bd0ab
1 changed files with 3 additions and 0 deletions
|
|
@ -143,6 +143,9 @@ CursorDisplayCursor (ScreenPtr pScreen,
|
|||
CursorCurrent = pCursor;
|
||||
for (e = cursorEvents; e; e = e->next)
|
||||
{
|
||||
if (e->pClient->clientState == ClientStateGone)
|
||||
continue;
|
||||
|
||||
if (e->eventMask & XFixesDisplayCursorNotifyMask)
|
||||
{
|
||||
xXFixesCursorNotifyEvent ev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue