diff --git a/dix/cursor_priv.h b/dix/cursor_priv.h index 82fb01144..21d0e9524 100644 --- a/dix/cursor_priv.h +++ b/dix/cursor_priv.h @@ -69,6 +69,4 @@ void NewCurrentScreen(DeviceIntPtr pDev, int x, int y); -Bool PointerConfinedToScreen(DeviceIntPtr pDev); - #endif /* _XSERVER_DIX_CURSOR_PRIV_H */ diff --git a/include/cursor.h b/include/cursor.h index 9186e3bf2..d1369d4c8 100644 --- a/include/cursor.h +++ b/include/cursor.h @@ -70,6 +70,9 @@ typedef struct _CursorMetric *CursorMetricPtr; extern _X_EXPORT int FreeCursor(void *pCurs, XID cid); +extern _X_EXPORT Bool PointerConfinedToScreen(struct _DeviceIntRec * /* pDev */ + ); + extern _X_EXPORT void GetSpritePosition(struct _DeviceIntRec * /* pDev */ , int * /*px */ , int * /*py */ );