mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: drop now obsolete cursorScreenDevPriv
Since the two DDX'es which had used this key (xnest and xfree86) now using
their own ones, this global key is obsolete and can be removed.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1342>
(cherry picked from commit d84fd3bf19)
This commit is contained in:
committed by
Alan Coopersmith
parent
4765454bc3
commit
ad8439e401
@@ -62,10 +62,6 @@ struct _DeviceIntRec;
|
||||
typedef struct _Cursor *CursorPtr;
|
||||
typedef struct _CursorMetric *CursorMetricPtr;
|
||||
|
||||
extern _X_EXPORT DevScreenPrivateKeyRec cursorScreenDevPriv;
|
||||
|
||||
#define CursorScreenKey (&cursorScreenDevPriv)
|
||||
|
||||
extern _X_EXPORT CursorPtr rootCursor;
|
||||
|
||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||
|
||||
Reference in New Issue
Block a user