From ce8fff5cd681523088c14b97ce4fb6e4fb658321 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 23 May 2014 12:06:03 -0400 Subject: [PATCH] mi: Unexport subpixel polygon implementation details Reviewed-by: Keith Packard Signed-off-by: Adam Jackson --- mi/Makefile.am | 2 +- mi/mifpoly.h | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/mi/Makefile.am b/mi/Makefile.am index b93a8f916..b24302952 100644 --- a/mi/Makefile.am +++ b/mi/Makefile.am @@ -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) diff --git a/mi/mifpoly.h b/mi/mifpoly.h index f853fb46b..4b27d1c18 100644 --- a/mi/mifpoly.h +++ b/mi/mifpoly.h @@ -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__ */