summaryrefslogtreecommitdiff
path: root/exa/Makefile.am
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2009-08-01 19:19:19 +0200
committerMaarten Maathuis <madman2003@gmail.com>2009-08-06 23:48:14 +0200
commit03ecb164f2592c954aa408bf121e0c67b604d854 (patch)
tree98acdd425239b9c8723cea9c537eebca70af8cba /exa/Makefile.am
parentac7ac913fd98ea359c05c89968ab53a3223615b4 (diff)
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
Diffstat (limited to 'exa/Makefile.am')
-rw-r--r--exa/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 \