mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
dix: unexport CheckCursorConfinement()
This function isn't used by any external module, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
This commit is contained in:
committed by
Marge Bot
parent
0c354e9166
commit
24d1c08441
@@ -70,8 +70,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
|
||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||
XID cid);
|
||||
|
||||
extern _X_EXPORT void CheckCursorConfinement(WindowPtr /*pWin */ );
|
||||
|
||||
extern _X_EXPORT void NewCurrentScreen(struct _DeviceIntRec * /*pDev */ ,
|
||||
ScreenPtr /*newScreen */ ,
|
||||
int /*x */ ,
|
||||
|
||||
Reference in New Issue
Block a user