xserver icon indicating copy to clipboard operation
xserver copied to clipboard

xkb: XkbAssembleMap() use explicit parameters instead of struct

Open metux opened this issue 4 months ago • 3 comments

Don't pass in the reply header struct anymore, instead only pass the individual values that we really need here.

metux avatar Aug 14 '25 17:08 metux

Why do you think it's better? The old version looks more compact.

algrid avatar Aug 15 '25 22:08 algrid

Probability of error, e.g., incorrect fields order, increases.

ONykyf avatar Aug 16 '25 20:08 ONykyf

The old one looks better. This new function is reeealy long.

b-aaz avatar Aug 16 '25 20:08 b-aaz