From 905a14820d99f2969b1b478918cdb03ff7a2fb30 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 13 Aug 2024 14:24:36 +0200 Subject: [PATCH] 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 --- src/xkb.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/xkb.xml b/src/xkb.xml index 8778c07..2a7e661 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -1988,6 +1988,10 @@ authorization from the authors. + + +