diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-02 20:09:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-02 20:09:14 +0000 |
commit | 3366b6836572461209bb2f8aa28d9e662067dc54 (patch) | |
tree | 3342085470a017baae6e702527e8392a06eab9d2 /exa/exa_offscreen.c | |
parent | 25d4ff870d49533d82a77f144722ff7934d52e0b (diff) |
Rearrange and rename EXA code to be a bit more logically organized. Also
removes a little bit of debugging leftovers. Summary:
exa.c -> exa.c (miscellaneous code) exa_accel.c (all acceleration code)
exa_migration.c (migration logic) exaasync.c -> exa_unaccel.c (software
fallbacks) exapict.c -> exa_render.c (render extension stuff)
exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h
Diffstat (limited to 'exa/exa_offscreen.c')
-rw-r--r-- | exa/exa_offscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa_offscreen.c b/exa/exa_offscreen.c index c96199879..b0b19f501 100644 --- a/exa/exa_offscreen.c +++ b/exa/exa_offscreen.c @@ -20,7 +20,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "exaPriv.h" +#include "exa_priv.h" #if DEBUG_OFFSCREEN #define DBG_OFFSCREEN(a) ErrorF a |