home *** CD-ROM | disk | FTP | other *** search
- include 'exec/types.i'
- include 'scan/req.i'
-
- STRUCTURE UserPrefs,0
- STRUCT up_LoadPath,finfo_SIZEOF
- STRUCT up_SavePath,finfo_SIZEOF
- STRUCT up_RendPath,finfo_SIZEOF
- STRUCT up_BruLoadPath,finfo_SIZEOF
- STRUCT up_BruSavePath,finfo_SIZEOF
- STRUCT up_AlphaLoadPath,finfo_SIZEOF
- STRUCT up_AlphaSavePath,finfo_SIZEOF
- STRUCT up_ConvolvePath,finfo_SIZEOF
- STRUCT up_TransformPath,finfo_SIZEOF
- STRUCT up_ScannerMod,finfo_SIZEOF
- STRUCT up_RenderMod,finfo_SIZEOF
- STRUCT up_PreviewMod,finfo_SIZEOF
- STRUCT up_VMemPath,finfo_SIZEOF
- STRUCT up_ArexxPath,finfo_SIZEOF
- STRUCT up_HookPath,finfo_SIZEOF
- STRUCT up_FontPath,finfo_SIZEOF
- STRUCT up_PalettePath,finfo_SIZEOF
- STRUCT up_PrinterMod,finfo_SIZEOF
- STRUCT up_SepPath,finfo_SIZEOF
- STRUCT up_QuantizeMod,finfo_SIZEOF
- STRUCT up_dummy5,finfo_SIZEOF
- STRUCT up_Palette,4*2
- STRUCT up_SerDevice,32
- ULONG up_SerUnit
- ULONG up_SerBaud
- STRUCT up_ParDevice,32
- ULONG up_ParUnit
- ULONG up_Flags
- SHORT up_DitherLimit
- UWORD up_VPageSize
- UWORD up_VMaxPages
- UWORD up_VMinThresh
- BYTE up_CurMode
- BYTE up_Units
- BYTE up_ColorSpace
- BYTE up_Colors
- BYTE up_DrawTool
- BYTE up_FileReq
- BYTE up_UseVMem
- BYTE up_pad0
- WORD up_pad1
- STRUCT up_Reserved,28*4
- LABEL prefs_SIZEOF
-
-