mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 03:30:04 +01:00
Revert "dix: unexport rootCursor"
This reverts commit a2f72755a9.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2058>
This commit is contained in:
parent
b858cb5ccd
commit
b644922366
6 changed files with 2 additions and 16 deletions
|
|
@ -36,7 +36,6 @@
|
|||
#include <X11/extensions/XI.h>
|
||||
#include <X11/extensions/XI2proto.h>
|
||||
|
||||
#include "dix/cursor_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "inputstr.h" /* DeviceIntPtr */
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
/* 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 */
|
||||
|
|
@ -49,7 +49,6 @@ SOFTWARE.
|
|||
#include <X11/X.h>
|
||||
#include <X11/Xmd.h>
|
||||
|
||||
#include "dix/cursor_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ Equipment Corporation.
|
|||
|
||||
#include "config/hotplug_priv.h"
|
||||
#include "dix/callback_priv.h"
|
||||
#include "dix/cursor_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
#include "dix/gc_priv.h"
|
||||
|
|
|
|||
|
|
@ -99,7 +99,6 @@ Equipment Corporation.
|
|||
#include <dix-config.h>
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "dix/cursor_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/exevents_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
|
|
|
|||
|
|
@ -67,6 +67,8 @@ typedef struct _Cursor *CursorPtr;
|
|||
typedef struct _Cursor const *ConstCursorPtr;
|
||||
typedef struct _CursorMetric *CursorMetricPtr;
|
||||
|
||||
extern _X_EXPORT CursorPtr rootCursor;
|
||||
|
||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||
XID cid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue