diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2005-10-04 04:30:33 +0000 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2005-10-04 04:30:33 +0000 |
commit | ca57db6fc1e6100c47ad935d626fdd490ed6116e (patch) | |
tree | e06e064f6f43a5ef0aae98b49233033325e709eb /hw/xfree86 | |
parent | b2e451b93c20efc49a6cc565239432b2c705fe37 (diff) |
Export miDisableCompositeWrapper.
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/loader/misym.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/loader/misym.c b/hw/xfree86/loader/misym.c index 3e10cd72e..b2b62df35 100644 --- a/hw/xfree86/loader/misym.c +++ b/hw/xfree86/loader/misym.c @@ -76,6 +76,9 @@ #ifdef RENDER #include "mipict.h" #endif +#ifdef COMPOSITE +#include "cw/cw.h" +#endif /* mi things */ @@ -209,6 +212,9 @@ LOOKUP miLookupTab[] = { #ifdef RENDER SYMFUNC(miGlyphExtents) #endif +#ifdef COMPOSITE + SYMFUNC(miDisableCompositeWrapper) +#endif {0, 0} }; |