diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-08-30 13:50:42 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-09-07 18:41:32 +0200 |
commit | aa2ed73e0ec881947c969b67269e3206da4de359 (patch) | |
tree | 7c11ccbd33f11395d9c82b8a7de3d0c614a1a06a /exa/exa_unaccel.c | |
parent | a634c9b03494ba80aeec28be19662ac96657cc23 (diff) |
EXA: Remove superfluous manual damage tracking.
These should all be covered by damage wrappers.
Diffstat (limited to 'exa/exa_unaccel.c')
-rw-r--r-- | exa/exa_unaccel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exa/exa_unaccel.c b/exa/exa_unaccel.c index 24d5e3ff7..970c2cba2 100644 --- a/exa/exa_unaccel.c +++ b/exa/exa_unaccel.c @@ -105,7 +105,6 @@ ExaCheckPutImage (DrawablePtr pDrawable, GCPtr pGC, int depth, fbPutImage (pDrawable, pGC, depth, x, y, w, h, leftPad, format, bits); exaFinishAccess (pDrawable, EXA_PREPARE_DEST); exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); - exaPixmapDirty(pPixmap, x + xoff, y + yoff, x + xoff + w, y + yoff + h); } RegionPtr |