From 03ecb164f2592c954aa408bf121e0c67b604d854 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sat, 1 Aug 2009 19:19:19 +0200 Subject: exa: A simple 3rd backend implementation. - Based on driver pixmaps with some changes (completely transparent to driver). - It helps with the problem of known software fallbacks, such as trapezoids. - exaDoMigration is now called for all cases that provide a do_migration hook. - exa_migration.c is renamed to exa_migration_classic.c --- exa/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'exa/Makefile.am') diff --git a/exa/Makefile.am b/exa/Makefile.am index bf2c138d8..8b759cd76 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -18,8 +18,10 @@ libexa_la_SOURCES = \ exa.c \ exa.h \ exa_classic.c \ - exa_migration.c \ + exa_migration_classic.c \ exa_driver.c \ + exa_mixed.c \ + exa_migration_mixed.c \ exa_accel.c \ exa_glyphs.c \ exa_offscreen.c \ -- cgit v1.2.3