From 79b0831f1cace5bf92c2d4abaeb56cbcc49d02cf Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 29 Feb 2024 14:35:48 +0100 Subject: [PATCH] dix: unexport XineramaGetCursorScreen() It's only used for record extension, no external callers, thus doesn't need to be exported. Signed-off-by: Enrico Weigelt, metux IT consult --- dix/cursor_priv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dix/cursor_priv.h b/dix/cursor_priv.h index 58048aea9..8ecb6f764 100644 --- a/dix/cursor_priv.h +++ b/dix/cursor_priv.h @@ -73,4 +73,6 @@ Bool PointerConfinedToScreen(DeviceIntPtr pDev); void GetSpritePosition(DeviceIntPtr pDev, int *px, int *py); +int XineramaGetCursorScreen(DeviceIntPtr pDev); + #endif /* _XSERVER_DIX_CURSOR_PRIV_H */