mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 12:50:04 +01:00
Revert "dix: unexport PointerConfinedToScreen()"
This reverts commit 9673886fac.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
This commit is contained in:
parent
066b377fc9
commit
b75173a283
2 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
|
|
@ -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 */ );
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue