mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
Correct enterleave semaphore value for root window.
This commit is contained in:
parent
8b42ba64e1
commit
11d0e2109b
1 changed files with 1 additions and 1 deletions
|
|
@ -2514,7 +2514,7 @@ DefineInitialRootWindow(WindowPtr win)
|
|||
if (DevHasCursor(pDev))
|
||||
{
|
||||
InitializeSprite(pDev, win);
|
||||
win->devPrivates[FocusPrivatesIndex].val++;
|
||||
((FocusSemaphoresPtr)win->devPrivates[FocusPrivatesIndex].ptr)->enterleave++;
|
||||
}
|
||||
pDev = pDev->next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue