Export miDisableCompositeWrapper.
This commit is contained in:
@@ -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}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user