mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00: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>
13 lines
287 B
C
13 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 */
|