mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
[PR #1612] include: dix.h: declare clients[] array prototype without size
PR: https://github.com/X11Libre/xserver/pull/1612
This commit is contained in:
@@ -98,7 +98,7 @@ typedef struct _Client *ClientPtr;
|
||||
#define _XTYPEDEF_CLIENTPTR
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT ClientPtr clients[MAXCLIENTS];
|
||||
extern _X_EXPORT ClientPtr clients[];
|
||||
extern _X_EXPORT ClientPtr serverClient;
|
||||
extern _X_EXPORT int currentMaxClients;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user