Don't forget to mark the drawable as dirty in exaPutImage(). Fixes

corruption with drivers that have UTS. (Michel Dänzer)
This commit is contained in:
Eric Anholt 2006-04-25 15:46:04 +00:00
parent 39ca0867c7
commit 702d9226d5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-04-25 Eric Anholt <anholt@FreeBSD.org>
* exa/exa_accel.c: (exaPutImage):
Don't forget to mark the drawable as dirty in exaPutImage(). Fixes
corruption with drivers that have UTS. (Michel Dänzer)
2006-04-23 Donnie Berkholz <spyderous@gentoo.org>
* Makefile.am:

View File

@ -223,6 +223,7 @@ exaPutImage (DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
exaFinishAccess(pDrawable, EXA_PREPARE_DEST);
}
}
exaDrawableDirty(pDrawable);
return;