update to xserver 21.1.12
This commit is contained in:
parent
c5d87f442b
commit
f0fd08c832
59 changed files with 449 additions and 209 deletions
|
@ -171,7 +171,7 @@ static DevPrivateKeyRec RecordClientPrivateKeyRec;
|
|||
*/
|
||||
#define RecordClientPrivate(_pClient) (RecordClientPrivatePtr) \
|
||||
dixLookupPrivate(&(_pClient)->devPrivates, RecordClientPrivateKey)
|
||||
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
/* global list of all contexts */
|
||||
|
@ -210,7 +210,7 @@ RecordFindContextOnAllContexts(RecordContextPtr pContext)
|
|||
}
|
||||
return -1;
|
||||
} /* RecordFindContextOnAllContexts */
|
||||
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
/* RecordFlushReplyBuffer
|
||||
|
@ -444,7 +444,7 @@ RecordFindClientOnContext(RecordContextPtr pContext,
|
|||
*
|
||||
* Side Effects:
|
||||
* The big request is recorded with the correct length field re-inserted.
|
||||
*
|
||||
*
|
||||
* Note: this function exists mainly to make RecordARequest smaller.
|
||||
*/
|
||||
static void
|
||||
|
@ -842,7 +842,7 @@ RecordFlushAllContexts(CallbackListPtr *pcbl,
|
|||
* If oneclient is zero, recording hooks needed for all clients and
|
||||
* protocol on the RCAP are installed. If oneclient is non-zero,
|
||||
* only those hooks needed for the specified client are installed.
|
||||
*
|
||||
*
|
||||
* Client requestVectors may be altered. numEnabledRCAPs will be
|
||||
* incremented if oneclient == 0. Callbacks may be added to
|
||||
* various callback lists.
|
||||
|
@ -927,7 +927,7 @@ RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP, XID oneclient)
|
|||
* If oneclient is zero, recording hooks needed for all clients and
|
||||
* protocol on the RCAP may be uninstalled. If oneclient is non-zero,
|
||||
* only those hooks needed for the specified client may be uninstalled.
|
||||
*
|
||||
*
|
||||
* Client requestVectors may be altered. numEnabledRCAPs will be
|
||||
* decremented if oneclient == 0. Callbacks may be deleted from
|
||||
* various callback lists.
|
||||
|
@ -1251,7 +1251,7 @@ RecordCanonicalizeClientSpecifiers(XID *pClientspecs, int *pNumClientspecs,
|
|||
*pNumClientspecs = numClients;
|
||||
return pClientspecs;
|
||||
} /* RecordCanonicalizeClientSpecifiers */
|
||||
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/* stuff for RegisterClients */
|
||||
|
@ -1933,7 +1933,7 @@ ProcRecordUnregisterClients(ClientPtr client)
|
|||
free(pCanonClients);
|
||||
return Success;
|
||||
} /* ProcRecordUnregisterClients */
|
||||
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/* stuff for GetContext */
|
||||
|
@ -2771,7 +2771,7 @@ RecordAClientStateChange(CallbackListPtr *pcbl, void *nulldata,
|
|||
*
|
||||
* Side Effects:
|
||||
* Performs any cleanup needed by RECORD at server shutdown time.
|
||||
*
|
||||
*
|
||||
*/
|
||||
static void
|
||||
RecordCloseDown(ExtensionEntry * extEntry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue