summaryrefslogtreecommitdiff
path: root/exa/exa_priv.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-08-26 17:21:43 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-08-26 17:56:40 +0200
commit7c14fdbacfcd2f4d56a346e6c72e44e4ba9909c1 (patch)
tree49865f076ea05ce5f1b1b203d7fa678d469198fc /exa/exa_priv.h
parentde79edbd9f67762950eaac2dc79668035239897c (diff)
exa: some minor cleanup
- Fix compile warning - Order exa.h by source file that exports the function. - Move the function i created earlier to private headers.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r--exa/exa_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h
index dc6a6e07c..7decf8f66 100644
--- a/exa/exa_priv.h
+++ b/exa/exa_priv.h
@@ -503,4 +503,7 @@ exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
void
exaPixmapSave (ScreenPtr pScreen, ExaOffscreenArea *area);
+Bool
+exaDamageDestForMigration(PixmapPtr pPix, RegionPtr region);
+
#endif /* EXAPRIV_H */