diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-27 17:31:28 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-27 17:31:28 -0700 |
commit | 6ed08949af4f7ac09170d3d9581e4092b24a84ee (patch) | |
tree | ff55cb5dab8f0585ffe53cc6fac5e987c0db883e /hw/xfree86/loader/misym.c | |
parent | e76b6349516d5d1c8f7167d6f5419e0d06a546c3 (diff) |
Move libcw setup to the only renderer requiring it (XAA).
Additionally, protect libcw setup behind checks for Render, to avoid
segfaulting if Render isn't available (xnest).
The previous setup was an ABI-preserving dance, which is better nuked now.
Now, anything that needs libcw must explicitly initialize it, and
miDisableCompositeWrapper (previously only called by EXA and presumably binary
drivers) is gone.
Diffstat (limited to 'hw/xfree86/loader/misym.c')
-rw-r--r-- | hw/xfree86/loader/misym.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/loader/misym.c b/hw/xfree86/loader/misym.c index 46d6a024d..78ae10e02 100644 --- a/hw/xfree86/loader/misym.c +++ b/hw/xfree86/loader/misym.c @@ -208,9 +208,6 @@ _X_HIDDEN void *miLookupTab[] = { #ifdef RENDER SYMFUNC(miGlyphExtents) #endif -#ifdef COMPOSITE - SYMFUNC(miDisableCompositeWrapper) -#endif #ifdef DAMAGE SYMFUNC(DamageDamageRegion) #endif |