Revert "mi: unexport miStepDash()"

This reverts commit 8a6bbc80f3.
This commit is contained in:
kohnish 2025-11-18 21:40:41 +01:00
parent 6d8dbe3db8
commit 0afa60c22c
4 changed files with 10 additions and 7 deletions

View file

@ -108,6 +108,15 @@ miDoCopy(DrawablePtr pSrcDrawable,
int xOut,
int yOut, miCopyProc copyProc, Pixel bitplane, void *closure);
/* midash.c */
extern _X_EXPORT void miStepDash(int /*dist */ ,
int * /*pDashIndex */ ,
unsigned char * /*pDash */ ,
int /*numInDashList */ ,
int * /*pDashOffset */
);
/* mieq.c */
#ifndef INPUT_H

View file

@ -15,7 +15,5 @@
void miScreenClose(ScreenPtr pScreen);
void miWideArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc * parcs);
void miStepDash(int dist, int * pDashIndex, unsigned char * pDash,
int numInDashList, int *pDashOffset);
#endif /* _XSERVER_MI_PRIV_H */

View file

@ -45,8 +45,6 @@ SOFTWARE.
******************************************************************/
#include <dix-config.h>
#include "mi/mi_priv.h"
#include "regionstr.h"
#include "mistruct.h"

View file

@ -63,13 +63,11 @@ SOFTWARE.
#undef _XOPEN_SOURCE
#endif
#include <X11/X.h>
#include "mi/mi_priv.h"
#include "windowstr.h"
#include "gcstruct.h"
#include "regionstr.h"
#include "miwideline.h"
#include "mi.h"
typedef struct {
int count; /* number of spans */