diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-02-29 10:20:49 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-02 16:43:29 +0000 |
commit | a2f72755a904e19e9b28b50b5e604803c4dab40b (patch) | |
tree | be830e67ee38e56ebc3d58315bdeebfd6aec0566 /Xi | |
parent | 1d7cb4b2c3d4a68867e9c9f7e70e5f971c43ce34 (diff) |
dix: unexport rootCursor
This field is only used by DIX and XI, thus 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>
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/xichangecursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/xichangecursor.c b/Xi/xichangecursor.c index 9f2a616d9..3638f9e20 100644 --- a/Xi/xichangecursor.c +++ b/Xi/xichangecursor.c @@ -38,6 +38,7 @@ #include <X11/extensions/XI.h> #include <X11/extensions/XI2proto.h> +#include "dix/cursor_priv.h" #include "dix/dix_priv.h" #include "inputstr.h" /* DeviceIntPtr */ |