diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-08-26 16:54:29 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-08-26 17:56:40 +0200 |
commit | 988725f32e082aee9392a71464125157a83d1e67 (patch) | |
tree | 82b0df5ca8e244617285d8ca662b92e66efa9b66 /exa/exa.h | |
parent | ce193476808f54d946351458361c62132d81b62f (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |