Files
xserver/dix
Enrico Weigelt, metux IT consult 0b7194c9bc dix: add X_SEND_REPLY_WITH_RPCBUF() macro
This macro is sending a reply header struct and rpcbuf payload
all in one shot. It also automatically computes the payload lengths
as well as also filling common fields like `type` and `sequenceNumber`

A typical call site looks like this:

>    int ProcFooRequest(ClientPtr client) {
>
>        [ ... ]
>
>        X_SEND_REPLY_WITH_RPCBUF(client, rep, rpcbuf);
>        return Success;
>    }

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-08-18 11:16:23 +02:00
..
2020-07-05 13:07:33 -07:00
2003-11-14 15:54:54 +00:00
2025-02-11 19:13:01 +01:00
2025-06-17 12:51:36 +02:00
2025-06-12 17:21:46 +02:00
2025-07-18 22:24:55 +02:00
2025-07-18 22:24:55 +02:00
2024-03-05 16:57:52 +01:00
2025-07-02 15:41:37 +02:00
2013-07-23 23:56:58 +01:00