Source position: xkb.pp line 1404
| type TXkbTextDoodadRec = record | 
| name: TAtom; | 
| _type: Byte; | 
| priority: Byte; | 
| top: SmallInt; | 
| left: SmallInt; | 
| angle: SmallInt; | 
| width: SmallInt; | 
| height: SmallInt; | 
| color_ndx: Word; | 
| text: PAnsiChar; | 
| font: PAnsiChar; | 
| end; |