Xext: xf86bigfont: fix typo in ProcXF86BigfontQueryFont()

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-06-11 15:27:25 +02:00
parent 9d7b9691b0
commit c76f0d1d96

View File

@ -532,7 +532,7 @@ ProcXF86BigfontQueryFont(ClientPtr client)
: 0); : 0);
xXF86BigfontQueryFontReply rep = { xXF86BigfontQueryFontReply rep = {
.type = X_Reply; .type = X_Reply,
.length = bytes_to_int32(buflength), .length = bytes_to_int32(buflength),
.sequenceNumber = client->sequence, .sequenceNumber = client->sequence,
.minBounds = pFont->info.ink_minbounds, .minBounds = pFont->info.ink_minbounds,