diff options
Diffstat (limited to 'exa/exa_migration_classic.c')
-rw-r--r-- | exa/exa_migration_classic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exa/exa_migration_classic.c b/exa/exa_migration_classic.c index 83559593f..d8e1e86da 100644 --- a/exa/exa_migration_classic.c +++ b/exa/exa_migration_classic.c @@ -366,7 +366,7 @@ exaDoMoveInPixmap (ExaMigrationPtr migrate) } void -exaMoveInPixmap (PixmapPtr pPixmap) +exaMoveInPixmap_classic (PixmapPtr pPixmap) { static ExaMigrationRec migrate = { .as_dst = FALSE, .as_src = TRUE, .pReg = NULL }; @@ -407,7 +407,7 @@ exaDoMoveOutPixmap (ExaMigrationPtr migrate) } void -exaMoveOutPixmap (PixmapPtr pPixmap) +exaMoveOutPixmap_classic (PixmapPtr pPixmap) { static ExaMigrationRec migrate = { .as_dst = FALSE, .as_src = TRUE, .pReg = NULL }; |