summaryrefslogtreecommitdiff
path: root/exa/exa_priv.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-08-26 20:02:55 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-08-26 20:02:55 +0200
commitdd1e54d6eed0bce289517b3cb95e6b1a187ca6e0 (patch)
tree2caa48dd7c87b762a1b05de6713392fc8f6ef7a1 /exa/exa_priv.h
parent7c14fdbacfcd2f4d56a346e6c72e44e4ba9909c1 (diff)
- 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.h2
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 */