(submit/cursor-api) dix: unexport PointerConfinedToScreen()
It's not used by external modules, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
3a825a6026
commit
be650cbe10
|
@ -69,4 +69,6 @@ void NewCurrentScreen(DeviceIntPtr pDev,
|
|||
int x,
|
||||
int y);
|
||||
|
||||
Bool PointerConfinedToScreen(DeviceIntPtr pDev);
|
||||
|
||||
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|
||||
|
|
|
@ -65,9 +65,6 @@ 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…
Reference in New Issue