include: dix.h: fix outdated comment
The comment about ClientPtr also being defined in misc.h is outdated
for about 20 years now: XFree86 4.3.0.1 dropped the redundant definition
over there.
It's still also in Xdefs.h, so the guard is still needed.
Fixes: d568221710
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1514>
This commit is contained in:
parent
487eb46826
commit
224fa46f26
|
@ -121,7 +121,7 @@ SOFTWARE.
|
|||
typedef struct _TimeStamp *TimeStampPtr;
|
||||
|
||||
#ifndef _XTYPEDEF_CLIENTPTR
|
||||
typedef struct _Client *ClientPtr; /* also in misc.h */
|
||||
typedef struct _Client *ClientPtr;
|
||||
|
||||
#define _XTYPEDEF_CLIENTPTR
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue