mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
In CopyPicture, add missing call to ChangePicture to notify about the
changes that CopyPicture has done.
This commit is contained in:
@@ -1186,6 +1186,7 @@ CopyPicture (PicturePtr pSrc,
|
||||
PicturePtr pDst)
|
||||
{
|
||||
PictureScreenPtr ps = GetPictureScreen(pSrc->pDrawable->pScreen);
|
||||
Mask origMask = mask;
|
||||
|
||||
pDst->stateChanges |= mask;
|
||||
|
||||
@@ -1257,6 +1258,8 @@ CopyPicture (PicturePtr pSrc,
|
||||
}
|
||||
mask &= ~bit;
|
||||
}
|
||||
|
||||
(*ps->ChangePicture)(pDst, origMask);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user