mi: Unexport subpixel polygon implementation details

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-05-23 12:06:03 -04:00
parent a085ba82bd
commit ce8fff5cd6
2 changed files with 9 additions and 10 deletions

View File

@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libmi.la
if XORG
sdk_HEADERS = micmap.h miline.h mipointer.h mi.h \
migc.h mipointrst.h mizerarc.h micoord.h mifillarc.h \
mistruct.h mifpoly.h mioverlay.h
mistruct.h mioverlay.h
endif
AM_CFLAGS = $(DIX_CFLAGS)

View File

@ -89,14 +89,13 @@ typedef struct _SppArc {
/* mifpolycon.c */
extern _X_EXPORT void miFillSppPoly(DrawablePtr /*dst */ ,
GCPtr /*pgc */ ,
int /*count */ ,
SppPointPtr /*ptsIn */ ,
int /*xTrans */ ,
int /*yTrans */ ,
double /*xFtrans */ ,
double /*yFtrans */
);
extern void miFillSppPoly(DrawablePtr /*dst */ ,
GCPtr /*pgc */ ,
int /*count */ ,
SppPointPtr /*ptsIn */ ,
int /*xTrans */ ,
int /*yTrans */ ,
double /*xFtrans */ ,
double /*yFtrans */);
#endif /* __MIFPOLY_H__ */