diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-08-01 19:19:19 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-08-06 23:48:14 +0200 |
commit | 03ecb164f2592c954aa408bf121e0c67b604d854 (patch) | |
tree | 98acdd425239b9c8723cea9c537eebca70af8cba /exa/Makefile.am | |
parent | ac7ac913fd98ea359c05c89968ab53a3223615b4 (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.am | 4 |
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 \ |