xkb: fix GetKbdByName()
This request is a bit tricky: it has some variable length parameters (made of an CARD8 length field and payload bytes). Using separate list parameters won't work here, as this would pad them to 4-byte boundaries, which is not the case here.
Compromising by just adding one byte list and let the caller take care of assembling the correct payload.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net
Merge request reports
Activity
mentioned in merge request xorg/xserver!1654
mentioned in commit metux/xserver@1aa89706
mentioned in commit metux/xserver@73e23494
mentioned in commit metux/xserver@d22dca1d
mentioned in commit metux/xserver@cc32bd38
mentioned in commit metux/xserver@86d29d7e
mentioned in commit metux/xserver@bccf39d9
mentioned in commit metux/xserver@9b21daae
mentioned in commit metux/xserver@8999f52b
mentioned in commit metux/xserver@9218dfc4
mentioned in commit metux/xserver@43f8aa4e
mentioned in commit metux/xserver@ae4ddd2f
mentioned in commit metux/xserver@9be587fd
mentioned in commit metux/xserver@79dbdf80
mentioned in commit metux/xserver@dad9a268
mentioned in commit metux/xserver@81dfa001
mentioned in commit metux/xserver@9f18bc2c
mentioned in commit metux/xserver@5957d845
mentioned in commit metux/xserver@884d230c