Source position: xkb.pp line 1683
| type TXkbNameChangesRec = record | 
| changed: LongWord; | 
| first_type: Byte; | 
| num_types: Byte; | 
| first_lvl: Byte; | 
| num_lvls: Byte; | 
| num_aliases: Byte; | 
| num_rg: Byte; | 
| first_key: Byte; | 
| num_keys: Byte; | 
| changed_vmods: Word; | 
| changed_indicators: LongWord; | 
| changed_groups: Byte; | 
| end; |