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:
parent
089e9ea644
commit
79b0831f1c
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue