Revert "mi: unexport mieqFini()"

This reverts commit 4742790351.
This commit is contained in:
kohnish 2025-11-18 21:39:45 +01:00
parent c2914634c4
commit 78f41e3db6
2 changed files with 2 additions and 1 deletions

View file

@ -114,6 +114,8 @@ miDoCopy(DrawablePtr pSrcDrawable,
typedef struct _DeviceRec *DevicePtr;
#endif
extern _X_EXPORT void mieqFini(void);
extern _X_EXPORT void mieqEnqueue(DeviceIntPtr /*pDev */ ,
InternalEvent * /*e */
);

View file

@ -19,6 +19,5 @@ void miWideArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc * parcs);
void miStepDash(int dist, int * pDashIndex, unsigned char * pDash,
int numInDashList, int *pDashOffset);
Bool mieqInit(void);
void mieqFini(void);
#endif /* _XSERVER_MI_PRIV_H */