mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Static and dead code cleanup from mi/
This commit is contained in:
parent
62224e3972
commit
af769892a9
19 changed files with 61 additions and 573 deletions
51
mi/mi.h
51
mi/mi.h
|
|
@ -85,18 +85,6 @@ extern RegionPtr miCopyArea(
|
|||
int /*yOut*/
|
||||
);
|
||||
|
||||
extern void miOpqStipDrawable(
|
||||
DrawablePtr /*pDraw*/,
|
||||
GCPtr /*pGC*/,
|
||||
RegionPtr /*prgnSrc*/,
|
||||
MiBits * /*pbits*/,
|
||||
int /*srcx*/,
|
||||
int /*w*/,
|
||||
int /*h*/,
|
||||
int /*dstx*/,
|
||||
int /*dsty*/
|
||||
);
|
||||
|
||||
extern RegionPtr miCopyPlane(
|
||||
DrawablePtr /*pSrcDrawable*/,
|
||||
DrawablePtr /*pDstDrawable*/,
|
||||
|
|
@ -144,15 +132,6 @@ extern void miRecolorCursor(
|
|||
|
||||
/* midash.c */
|
||||
|
||||
extern miDashPtr miDashLine(
|
||||
int /*npt*/,
|
||||
DDXPointPtr /*ppt*/,
|
||||
unsigned int /*nDash*/,
|
||||
unsigned char * /*pDash*/,
|
||||
unsigned int /*offset*/,
|
||||
int * /*pnseg*/
|
||||
);
|
||||
|
||||
extern void miStepDash(
|
||||
int /*dist*/,
|
||||
int * /*pDashIndex*/,
|
||||
|
|
@ -326,16 +305,6 @@ extern void miPolySegment(
|
|||
|
||||
/* mipolytext.c */
|
||||
|
||||
extern int miPolyText(
|
||||
DrawablePtr /*pDraw*/,
|
||||
GCPtr /*pGC*/,
|
||||
int /*x*/,
|
||||
int /*y*/,
|
||||
int /*count*/,
|
||||
char * /*chars*/,
|
||||
FontEncoding /*fontEncoding*/
|
||||
);
|
||||
|
||||
extern int miPolyText8(
|
||||
DrawablePtr /*pDraw*/,
|
||||
GCPtr /*pGC*/,
|
||||
|
|
@ -354,16 +323,6 @@ extern int miPolyText16(
|
|||
unsigned short * /*chars*/
|
||||
);
|
||||
|
||||
extern int miImageText(
|
||||
DrawablePtr /*pDraw*/,
|
||||
GCPtr /*pGC*/,
|
||||
int /*x*/,
|
||||
int /*y*/,
|
||||
int /*count*/,
|
||||
char * /*chars*/,
|
||||
FontEncoding /*fontEncoding*/
|
||||
);
|
||||
|
||||
extern void miImageText8(
|
||||
DrawablePtr /*pDraw*/,
|
||||
GCPtr /*pGC*/,
|
||||
|
|
@ -403,10 +362,6 @@ extern Bool miRectAlloc(
|
|||
int /*n*/
|
||||
);
|
||||
|
||||
extern void miSetExtents(
|
||||
RegionPtr /*pReg*/
|
||||
);
|
||||
|
||||
extern int miFindMaxBand(
|
||||
RegionPtr /*prgn*/
|
||||
);
|
||||
|
|
@ -417,7 +372,6 @@ extern Bool miValidRegion(
|
|||
);
|
||||
#endif
|
||||
|
||||
extern Bool miRegionDataCopy(RegionPtr dst, RegionPtr src);
|
||||
extern Bool miRegionBroken(RegionPtr pReg);
|
||||
|
||||
/* miscrinit.c */
|
||||
|
|
@ -432,11 +386,6 @@ extern Bool miModifyPixmapHeader(
|
|||
pointer /*pPixData*/
|
||||
);
|
||||
|
||||
extern Bool miCloseScreen(
|
||||
int /*index*/,
|
||||
ScreenPtr /*pScreen*/
|
||||
);
|
||||
|
||||
extern Bool miCreateScreenResources(
|
||||
ScreenPtr /*pScreen*/
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue