Export miDisableCompositeWrapper.
This commit is contained in:
parent
b2e451b93c
commit
ca57db6fc1
|
@ -76,6 +76,9 @@
|
||||||
#ifdef RENDER
|
#ifdef RENDER
|
||||||
#include "mipict.h"
|
#include "mipict.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef COMPOSITE
|
||||||
|
#include "cw/cw.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* mi things */
|
/* mi things */
|
||||||
|
|
||||||
|
@ -209,6 +212,9 @@ LOOKUP miLookupTab[] = {
|
||||||
#ifdef RENDER
|
#ifdef RENDER
|
||||||
SYMFUNC(miGlyphExtents)
|
SYMFUNC(miGlyphExtents)
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef COMPOSITE
|
||||||
|
SYMFUNC(miDisableCompositeWrapper)
|
||||||
|
#endif
|
||||||
|
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue