[PATCH 04/21] mi: Unexport subpixel polygon implementation details

Adam Jackson ajax at redhat.com
Wed Oct 8 06:57:46 PDT 2014


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 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 b93a8f9..b243029 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 f853fb4..4b27d1c 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__ */
-- 
1.9.3



More information about the xorg-devel mailing list