diff options
author | Adam Jackson <ajax@redhat.com> | 2014-09-26 12:27:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-27 15:45:26 -0400 |
commit | 21b041ef48c49ff6fc06f6e4482ffe54cb763493 (patch) | |
tree | 79221b996aa453f8cf3b931f06e65813707f396e /mi/mi.h | |
parent | 7679afd4da8b86aed27e5916ba723116a3c8bb4a (diff) |
mi: Fold mipoly{con,gen}.c into mipoly.c
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'mi/mi.h')
-rw-r--r-- | mi/mi.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -288,22 +288,6 @@ extern _X_EXPORT void miFillPolygon(DrawablePtr /*dst */ , DDXPointPtr /*pPts */ ); -/* mipolycon.c */ - -extern _X_EXPORT Bool miFillConvexPoly(DrawablePtr /*dst */ , - GCPtr /*pgc */ , - int /*count */ , - DDXPointPtr /*ptsIn */ - ); - -/* mipolygen.c */ - -extern _X_EXPORT Bool miFillGeneralPoly(DrawablePtr /*dst */ , - GCPtr /*pgc */ , - int /*count */ , - DDXPointPtr /*ptsIn */ - ); - /* mipolypnt.c */ extern _X_EXPORT void miPolyPoint(DrawablePtr /*pDrawable */ , |