Revert "dix: unexport PointerConfinedToScreen()"

This reverts commit 9673886fac.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
This commit is contained in:
Alan Coopersmith 2025-08-31 12:24:29 -07:00 committed by Marge Bot
parent 066b377fc9
commit b75173a283
2 changed files with 3 additions and 2 deletions

View file

@ -69,6 +69,4 @@ 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 */

View file

@ -70,6 +70,9 @@ 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 */ );