mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Merge remote-tracking branch 'alanc/master'
This commit is contained in:
@@ -57,12 +57,11 @@ extern _X_EXPORT void ReplyNotSwappd (
|
||||
void * /* pbuf */) _X_NORETURN;
|
||||
|
||||
typedef enum {ClientStateInitial,
|
||||
ClientStateAuthenticating,
|
||||
ClientStateRunning,
|
||||
/* 1 is unused now, was ClientStateAuthenticating */
|
||||
ClientStateRunning = 2,
|
||||
ClientStateRetained,
|
||||
ClientStateGone,
|
||||
ClientStateCheckingSecurity,
|
||||
ClientStateCheckedSecurity} ClientState;
|
||||
ClientStateGone
|
||||
} ClientState;
|
||||
|
||||
#ifdef XFIXES
|
||||
typedef struct _saveSet {
|
||||
|
||||
Reference in New Issue
Block a user