home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / include / scan / prefs.i < prev    next >
Encoding:
Text File  |  1992-07-26  |  1.3 KB  |  49 lines

  1.                 include 'exec/types.i'
  2.         include    'scan/req.i'
  3.  
  4.           STRUCTURE UserPrefs,0
  5.         STRUCT    up_LoadPath,finfo_SIZEOF
  6.         STRUCT    up_SavePath,finfo_SIZEOF
  7.         STRUCT    up_RendPath,finfo_SIZEOF
  8.         STRUCT    up_BruLoadPath,finfo_SIZEOF
  9.         STRUCT    up_BruSavePath,finfo_SIZEOF
  10.         STRUCT    up_AlphaLoadPath,finfo_SIZEOF
  11.         STRUCT    up_AlphaSavePath,finfo_SIZEOF
  12.         STRUCT    up_ConvolvePath,finfo_SIZEOF
  13.         STRUCT    up_TransformPath,finfo_SIZEOF
  14.         STRUCT    up_ScannerMod,finfo_SIZEOF
  15.         STRUCT    up_RenderMod,finfo_SIZEOF
  16.         STRUCT    up_PreviewMod,finfo_SIZEOF
  17.         STRUCT    up_VMemPath,finfo_SIZEOF
  18.         STRUCT    up_ArexxPath,finfo_SIZEOF
  19.         STRUCT    up_HookPath,finfo_SIZEOF
  20.         STRUCT    up_FontPath,finfo_SIZEOF
  21.         STRUCT    up_PalettePath,finfo_SIZEOF
  22.         STRUCT    up_PrinterMod,finfo_SIZEOF
  23.         STRUCT    up_SepPath,finfo_SIZEOF
  24.         STRUCT    up_QuantizeMod,finfo_SIZEOF
  25.         STRUCT    up_dummy5,finfo_SIZEOF
  26.         STRUCT    up_Palette,4*2
  27.         STRUCT    up_SerDevice,32
  28.         ULONG    up_SerUnit
  29.         ULONG    up_SerBaud
  30.         STRUCT    up_ParDevice,32
  31.         ULONG    up_ParUnit
  32.         ULONG    up_Flags
  33.         SHORT    up_DitherLimit
  34.         UWORD   up_VPageSize
  35.         UWORD   up_VMaxPages
  36.         UWORD   up_VMinThresh
  37.         BYTE    up_CurMode
  38.         BYTE    up_Units
  39.         BYTE    up_ColorSpace
  40.         BYTE    up_Colors
  41.         BYTE    up_DrawTool
  42.         BYTE    up_FileReq
  43.         BYTE    up_UseVMem
  44.         BYTE    up_pad0
  45.         WORD    up_pad1
  46.         STRUCT    up_Reserved,28*4
  47.         LABEL    prefs_SIZEOF
  48.  
  49.