xserver
xserver copied to clipboard
xkb: XkbAssembleMap() use explicit parameters instead of struct
Don't pass in the reply header struct anymore, instead only pass the individual values that we really need here.
Why do you think it's better? The old version looks more compact.
Probability of error, e.g., incorrect fields order, increases.
The old one looks better. This new function is reeealy long.