Source position: xkb.pp line 1489
type TXkbSectionRec = record |
name: TAtom; |
priority: Byte; |
top: SmallInt; |
left: SmallInt; |
width: Word; |
height: Word; |
angle: SmallInt; |
num_rows: Word; |
num_doodads: Word; |
num_overlays: Word; |
rows: PXkbRowPtr; |
doodads: PXkbDoodadPtr; |
bounds: TXkbBoundsRec; |
overlays: PXkbOverlayPtr; |
end; |