Searched refs:irep (Results 1 – 1 of 1) sorted by relevance
5878 xkbGetIndicatorMapReply irep = { 0 }; in ProcXkbGetKbdByName() local6052 irep.type = X_Reply; in ProcXkbGetKbdByName()6053 irep.deviceID = dev->id; in ProcXkbGetKbdByName()6054 irep.sequenceNumber = client->sequence; in ProcXkbGetKbdByName()6055 irep.length = 0; in ProcXkbGetKbdByName()6056 irep.which = XkbAllIndicatorsMask; in ProcXkbGetKbdByName()6057 XkbComputeGetIndicatorMapReplySize(new->indicators, &irep); in ProcXkbGetKbdByName()6058 rep.length += SIZEOF(xGenericReply) / 4 + irep.length; in ProcXkbGetKbdByName()6137 XkbSendIndicatorMap(client, new->indicators, &irep); in ProcXkbGetKbdByName()