summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-08-26 16:54:29 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-08-26 17:56:40 +0200
commit988725f32e082aee9392a71464125157a83d1e67 (patch)
tree82b0df5ca8e244617285d8ca662b92e66efa9b66 /exa/exa.h
parentce193476808f54d946351458361c62132d81b62f (diff)
exa: move destination damage for internal calls to a special function
- This should improve clarity for someone who isn't familiar with the code.
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 256209418..7c2f4c1fc 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -795,6 +795,9 @@ exaGetPixmapDriverPrivate(PixmapPtr p);
CARD32
exaGetPixmapFirstPixel (PixmapPtr pPixmap);
+Bool
+exaDamageDestForMigration(PixmapPtr pPix, RegionPtr region);
+
/**
* Returns TRUE if the given planemask covers all the significant bits in the
* pixel values for pDrawable.