diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-28 13:15:11 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-28 13:15:11 -0800 |
commit | cfbc7379f0232bb336461f6d2a8496d3d0763e7e (patch) | |
tree | e0e06bca91953f3b7e28265e91a6bb329e5d4e16 /exa/exa_priv.h | |
parent | 683ca3f7afaf15fd3ca7918f6175b5a9e4a6f05b (diff) |
Export exaMove{In,Out}Pixmap().
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 926e02a1f..403d4b6a4 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -412,10 +412,4 @@ exaGlyphs (CARD8 op, void exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); -void -exaMoveInPixmap (PixmapPtr pPixmap); - -void -exaMoveOutPixmap (PixmapPtr pPixmap); - #endif /* EXAPRIV_H */ |