diff options
author | Mart Raudsepp <leio@gentoo.org> | 2012-10-23 11:35:18 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2012-10-23 11:47:03 +0300 |
commit | 85f25321661b24324d9e8fb6415abc0fda12436d (patch) | |
tree | 596473c54519ad33b59cdb43bf461ea7ae6bfd6a | |
parent | 5cfd7591b2f6ccb57d698738faa3fa800088f972 (diff) |
lx_exa: Remove unused srcPixmap member from exaScratch
Became redundant with commit 32a927b8e6
-rw-r--r-- | src/lx_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |