mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00: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:
committed by
Marge Bot
parent
066b377fc9
commit
b75173a283
@@ -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 */ );
|
||||
|
||||
Reference in New Issue
Block a user