mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 12:40:32 +01:00
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:d568221710Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1514> (cherry picked from commit224fa46f26)
This commit is contained in:
parent
ab1beea826
commit
be96ceee71
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,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…
Add table
Reference in a new issue