Re: [PATCH 7/7] damageext: Xineramify

2013-09-09 Thread Adam Jackson
On Tue, 2013-09-03 at 14:23 -0700, Eric Anholt wrote: Isn't this missing translation for the regions between the client's damage record and the damage record for windows on the root pixmap? Looking at, say, PanoramiXPolyFillRectangle, there's: isRoot = IS_ROOT_DRAWABLE(draw); ...

Re: [PATCH 7/7] damageext: Xineramify

2013-09-03 Thread Eric Anholt
Adam Jackson a...@redhat.com writes: Probable issues: Pixmaps will get N times as many reports as they should; they're replicated to all screens, so. Windows will have funny-looking seams in the damage report. Isn't this missing translation for the regions between the client's damage

[PATCH 7/7] damageext: Xineramify

2013-09-02 Thread Adam Jackson
Probable issues: Pixmaps will get N times as many reports as they should; they're replicated to all screens, so. Windows will have funny-looking seams in the damage report. Signed-off-by: Adam Jackson a...@redhat.com --- Xext/panoramiX.c | 3 + damageext/damageext.c | 169