diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2005-10-18 04:02:31 +0000 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2005-10-18 04:02:31 +0000 |
commit | 959db6028d232dc76396cb658aa48d3b4e605aed (patch) | |
tree | 35eb5759d98f234e4922d214c630d43560cd2e2b | |
parent | b61c828b0455ec1d4a7ffb54b5ac9b65764a458b (diff) |
Export DamageDamageRegion. Not bumping the ABI version since we did thatXORG-6_8_99_901
already for this release.
-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 c7fa4425b..577b42947 100644 --- a/hw/xfree86/loader/misym.c +++ b/hw/xfree86/loader/misym.c @@ -79,6 +79,9 @@ #ifdef COMPOSITE #include "cw.h" #endif +#ifdef DAMAGE +#include "damage.h" +#endif /* mi things */ @@ -215,6 +218,9 @@ LOOKUP miLookupTab[] = { #ifdef COMPOSITE SYMFUNC(miDisableCompositeWrapper) #endif +#ifdef DAMAGE + SYMFUNC(DamageDamageRegion) +#endif {0, 0} }; |