Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@

This commit is contained in:
matthieu
2015-09-16 19:10:19 +00:00
parent c10cac3b1e
commit 86ea9f12e2
761 changed files with 30813 additions and 28465 deletions

View File

@@ -28,7 +28,6 @@ from The Open Group.
/* Author: Keith Packard, MIT X Consortium */
#include "mispans.h"
#include "mifpoly.h" /* for ICEIL */
/*
@@ -92,28 +91,3 @@ typedef struct _LineFace {
ValidateGC (pDrawable, pGC); \
} \
}
extern _X_EXPORT void miRoundJoinClip(LineFacePtr /*pLeft */ ,
LineFacePtr /*pRight */ ,
PolyEdgePtr /*edge1 */ ,
PolyEdgePtr /*edge2 */ ,
int * /*y1 */ ,
int * /*y2 */ ,
Bool * /*left1 */ ,
Bool * /*left2 */
);
extern _X_EXPORT int miRoundCapClip(LineFacePtr /*face */ ,
Bool /*isInt */ ,
PolyEdgePtr /*edge */ ,
Bool * /*leftEdge */
);
extern _X_EXPORT int miPolyBuildEdge(double x0, double y0, double k, int dx,
int dy, int xi, int yi, int left,
PolyEdgePtr edge);
extern _X_EXPORT int miPolyBuildPoly(PolyVertexPtr vertices,
PolySlopePtr slopes, int count, int xi,
int yi, PolyEdgePtr left,
PolyEdgePtr right, int *pnleft,
int *pnright, int *h);