mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 15:14:07 +00:00
Correct enterleave semaphore value for root window.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user