diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 18:57:22 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 18:57:22 +0100 |
commit | 9563b2eea2f61246b6a9e14e00c701f693efa4e1 (patch) | |
tree | 4f5bb21af1c9a52b6d429f067e5d09b97ed2ddab /exa/exa_priv.h | |
parent | 467c00cf450826e0bf06fe94470ec193af625d68 (diff) |
EXA: Lots of damage tracking fixes.
Mostly due to exaDrawableDirty() now calculating the backing pixmap coordinates
internally, for cases where they aren't trivially known. There's a new
exaPixmapDirty() function for the other cases.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 80cf60903..926e02a1f 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -340,6 +340,9 @@ void exaFinishAccess(DrawablePtr pDrawable, int index); void +exaPixmapDirty(PixmapPtr pPix, int x1, int y1, int x2, int y2); + +void exaDrawableDirty(DrawablePtr pDrawable, int x1, int y1, int x2, int y2); Bool |