mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +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 y);
|
||||
|
||||
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
|
||||
|
||||
#endif /* _XSERVER_DIX_CURSOR_PRIV_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 */ );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue