mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
record: fix reply structs
Fixes: 4d4fd5866e
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
87468931cc
commit
c654da4534
@@ -2162,7 +2162,6 @@ ProcRecordGetContext(ClientPtr client)
|
|||||||
swapl(&stuff->context);
|
swapl(&stuff->context);
|
||||||
|
|
||||||
RecordContextPtr pContext;
|
RecordContextPtr pContext;
|
||||||
xRecordGetContextReply rep;
|
|
||||||
RecordClientsAndProtocolPtr pRCAP;
|
RecordClientsAndProtocolPtr pRCAP;
|
||||||
int nRCAPs = 0;
|
int nRCAPs = 0;
|
||||||
GetContextRangeInfoPtr pRangeInfo;
|
GetContextRangeInfoPtr pRangeInfo;
|
||||||
@@ -2275,7 +2274,7 @@ ProcRecordGetContext(ClientPtr client)
|
|||||||
swapl(&reply.length);
|
swapl(&reply.length);
|
||||||
swapl(&reply.nClients);
|
swapl(&reply.nClients);
|
||||||
}
|
}
|
||||||
WriteToClient(client, sizeof(xRecordGetContextReply), &rep);
|
WriteToClient(client, sizeof(xRecordGetContextReply), &reply);
|
||||||
|
|
||||||
/* write all the CLIENT_INFOs */
|
/* write all the CLIENT_INFOs */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user