forked from e16/e16
1
0
Fork 0

Fix compositing bug (shaped ghost windows).

Moving the magnifier when theme has shaped borders was causing major uglyness.

SVN revision: 53834
This commit is contained in:
Kim Woelders 2010-10-24 14:33:17 +00:00
parent 1a62a504e7
commit a0cd34e2d6
1 changed files with 2 additions and 0 deletions

View File

@ -1836,6 +1836,8 @@ ECompMgrRepaintObj(Picture pbuf, XserverRegion region, EObj * eo, int mode)
XRenderComposite(dpy, PictOpOver, cw->picture, cw->pict_alpha,
pbuf, 0, 0, 0, 0, x + cw->rcx, y + cw->rcy,
cw->rcw, cw->rch);
if (clip != clip2)
EPictureSetClip(pbuf, clip);
break;
}