Source position: intuition.pas line 1679
type TPreferences = record |
FontHeight: ShortInt; |
PrinterPort: Byte; |
BaudRate: Word; |
KeyRptSpeed: TTimeVal; |
KeyRptDelay: TTimeVal; |
DoubleClick: TTimeVal; |
PointerMatrix: array [0..POINTERSIZE-1] of Word; |
XOffset: ShortInt; |
YOffset: ShortInt; |
color17: Word; |
color18: Word; |
color19: Word; |
PointerTicks: Word; |
color0: Word; |
color1: Word; |
color2: Word; |
color3: Word; |
ViewXOffset: ShortInt; |
ViewYOffset: ShortInt; |
ViewInitX: SmallInt; |
ViewInitY: SmallInt; |
EnableCLI: WordBool; |
PrinterType: Word; |
PrinterFilename: array [0..FILENAME_SIZE-1] of char; |
PrintPitch: Word; |
PrintQuality: Word; |
PrintSpacing: Word; |
PrintLeftMargin: Word; |
PrintRightMargin: Word; |
PrintImage: Word; |
PrintAspect: Word; |
PrintShade: Word; |
PrintThreshold: SmallInt; |
PaperSize: Word; |
PaperLength: Word; |
PaperType: Word; |
SerRWBits: Byte; |
SerStopBuf: Byte; |
SerParShk: Byte; |
LaceWB: Byte; |
Pad: array [0..11] of Byte; |
PrtDevName: array [0..DEVNAME_SIZE-1] of char; |
DefaultPrtUnit: Byte; |
DefaultSerUnit: Byte; |
RowSizeChange: ShortInt; |
ColumnSizeChange: ShortInt; |
PrintFlags: Word; |
PrintMaxWidth: Word; |
PrintMaxHeight: Word; |
PrintDensity: Byte; |
PrintXOffset: Byte; |
wb_Width: Word; |
wb_Height: Word; |
wb_Depth: Byte; |
ext_size: Byte; |
end; |