From 85f25321661b24324d9e8fb6415abc0fda12436d Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 23 Oct 2012 11:35:18 +0300 Subject: lx_exa: Remove unused srcPixmap member from exaScratch Became redundant with commit 32a927b8e6 --- src/lx_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lx_exa.c b/src/lx_exa.c index c7b7bdd..430ae0d 100644 --- a/src/lx_exa.c +++ b/src/lx_exa.c @@ -95,7 +95,6 @@ static struct { unsigned int srcPitch; unsigned int srcBpp; unsigned int srcWidth, srcHeight; - PixmapPtr srcPixmap; unsigned int srcColor; int op; @@ -285,6 +284,7 @@ lx_get_source_color(PixmapPtr pSrc, int srcFormat, int dstFormat) * exaGetPixmapFirstPixel, so this should be adjusted so * the stall isn't run needlessly */ + /* FIXME: xserver-1.4 with a supposed fix for this is really old, so kill the stall? */ gp_wait_until_idle(); in = exaGetPixmapFirstPixel(pSrc); -- cgit v1.2.3