summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/misym.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-03-27 17:31:28 -0700
committerEric Anholt <eric@anholt.net>2007-03-27 17:31:28 -0700
commit6ed08949af4f7ac09170d3d9581e4092b24a84ee (patch)
treeff55cb5dab8f0585ffe53cc6fac5e987c0db883e /hw/xfree86/loader/misym.c
parente76b6349516d5d1c8f7167d6f5419e0d06a546c3 (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.c3
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