From 9673886facfeb2fba127f8c8b54afe95a8320d9a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 29 Feb 2024 13:59:41 +0100 Subject: dix: unexport PointerConfinedToScreen() It's not used by external modules, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- include/cursor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/cursor.h') diff --git a/include/cursor.h b/include/cursor.h index d1369d4c8..9186e3bf2 100644 --- a/include/cursor.h +++ b/include/cursor.h @@ -70,9 +70,6 @@ typedef struct _CursorMetric *CursorMetricPtr; extern _X_EXPORT int FreeCursor(void *pCurs, XID cid); -extern _X_EXPORT Bool PointerConfinedToScreen(struct _DeviceIntRec * /* pDev */ - ); - extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ , int * /*px */ , int * /*py */ ); -- cgit v1.2.3