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