mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
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>
12 lines
287 B
C
12 lines
287 B
C
/* SPDX-License-Identifier: MIT OR X11
|
|
*
|
|
* Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
|
|
*/
|
|
#ifndef _XSERVER_DIX_CURSOR_PRIV_H
|
|
#define _XSERVER_DIX_CURSOR_PRIV_H
|
|
|
|
#include "include/cursor.h"
|
|
|
|
extern CursorPtr rootCursor;
|
|
|
|
#endif /* _XSERVER_DIX_CURSOR_PRIV_H */
|