diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-08-26 20:02:55 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-08-26 20:02:55 +0200 |
commit | dd1e54d6eed0bce289517b3cb95e6b1a187ca6e0 (patch) | |
tree | 2caa48dd7c87b762a1b05de6713392fc8f6ef7a1 /exa/exa_priv.h | |
parent | 7c14fdbacfcd2f4d56a346e6c72e44e4ba9909c1 (diff) |
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
- the drawable of the pixmap is not the same as the original drawable (possibly a DRAWABLE_WINDOW)
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 7decf8f66..ca7122be9 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -504,6 +504,6 @@ void exaPixmapSave (ScreenPtr pScreen, ExaOffscreenArea *area); Bool -exaDamageDestForMigration(PixmapPtr pPix, RegionPtr region); +exaDamageDestForMigration(DrawablePtr pDrawable, PixmapPtr pPix, RegionPtr region); #endif /* EXAPRIV_H */ |