Searched refs:nextra (Results 1 – 1 of 1) sorted by relevance
1789 int nextra; in ProcRRGetCrtcTransform() local1799 nextra = (transform_filter_length(pending) + in ProcRRGetCrtcTransform()1802 reply = calloc(1, sizeof(xRRGetCrtcTransformReply) + nextra); in ProcRRGetCrtcTransform()1809 reply->length = bytes_to_int32(CrtcTransformExtra + nextra); in ProcRRGetCrtcTransform()1827 WriteToClient(client, sizeof(xRRGetCrtcTransformReply) + nextra, reply); in ProcRRGetCrtcTransform()