Export miDisableCompositeWrapper.

This commit is contained in:
Aaron Plattner 2005-10-04 04:30:33 +00:00
parent b2e451b93c
commit ca57db6fc1

View File

@ -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}
};