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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-29 14:35:48 +01:00
parent 089e9ea644
commit 79b0831f1c

View File

@ -73,4 +73,6 @@ Bool PointerConfinedToScreen(DeviceIntPtr pDev);
void GetSpritePosition(DeviceIntPtr pDev, int *px, int *py); void GetSpritePosition(DeviceIntPtr pDev, int *px, int *py);
int XineramaGetCursorScreen(DeviceIntPtr pDev);
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */ #endif /* _XSERVER_DIX_CURSOR_PRIV_H */