dix: unexport PointerConfinedToScreen()
It's not used by external modules, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
This commit is contained in:
parent
bd3c252710
commit
9673886fac
|
@ -69,4 +69,6 @@ void NewCurrentScreen(DeviceIntPtr pDev,
|
||||||
int x,
|
int x,
|
||||||
int y);
|
int y);
|
||||||
|
|
||||||
|
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
|
||||||
|
|
||||||
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|
||||||
|
|
|
@ -70,9 +70,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
|
||||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||||
XID cid);
|
XID cid);
|
||||||
|
|
||||||
extern _X_EXPORT Bool PointerConfinedToScreen(struct _DeviceIntRec * /* pDev */
|
|
||||||
);
|
|
||||||
|
|
||||||
extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ ,
|
extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ ,
|
||||||
int * /*px */ ,
|
int * /*px */ ,
|
||||||
int * /*py */ );
|
int * /*py */ );
|
||||||
|
|
Loading…
Reference in New Issue