mi: unexport miStepDash()

Not used by any module/driver, so no need to keep it public.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1727>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-22 12:28:25 +02:00 committed by Povilas Kanapickas
parent aaaa0a35e5
commit 8a6bbc80f3
4 changed files with 7 additions and 10 deletions

View File

@ -108,15 +108,6 @@ 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,5 +15,7 @@
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,6 +45,8 @@ SOFTWARE.
******************************************************************/
#include <dix-config.h>
#include "mi/mi_priv.h"
#include "regionstr.h"
#include "mistruct.h"

View File

@ -63,11 +63,13 @@ 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 */