Skip to content

xkb: fix XkbSetMap check for the keytypes count

Peter Hutterer requested to merge whot/xserver:wip/xkb-types-fix into master

The previous if/else condition resulted in us always setting the key type count to the current number of key types. Split this up correctly.

Regression introduced in de940e06

Fixes #1249 (closed)

Merge request reports