(submit/cursor-api) dix: unexport CheckCursorConfinement()

This function isn't used by any external module, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-29 13:25:49 +01:00
parent 7be3aae7a7
commit 85f8f11f29
4 changed files with 7 additions and 2 deletions

View File

@@ -65,8 +65,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
extern _X_EXPORT int FreeCursor(void *pCurs,
XID cid);
extern _X_EXPORT void CheckCursorConfinement(WindowPtr /*pWin */ );
extern _X_EXPORT void NewCurrentScreen(struct _DeviceIntRec * /*pDev */ ,
ScreenPtr /*newScreen */ ,
int /*x */ ,