home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / System / ScalosPrefs / include / ASM / preferences.i < prev    next >
Text File  |  2000-06-30  |  2KB  |  68 lines

  1.     IFND    PREFERENCES_I
  2. PREFERENCES_I    SET    1
  3. **
  4. **    $VER: preferences.i 39.2 (28.5.97)
  5. **
  6. **      preferences.library include
  7. **
  8. **    (C) Copyright 1996-1997 ALiENDESiGN
  9. **    All Rights Reserved
  10. **
  11.  
  12.     STRUCTURE PrefsStruct,0
  13.     UWORD    ps_Size
  14.     STRUCT    ps_data,ps_Size
  15.     LABEL    ps_SIZE
  16.  
  17.  
  18. ;-- Scalos specific Prefs:
  19.  
  20. ;------------------ ScalosPrefs -------------------------
  21.  
  22. ;Name: "Scalos" or "ScalosPrefs"
  23. ;ID: "MAIN"
  24.  
  25. SCP_IconOffsets            EQU    $80000001    ;struct [8]
  26. SCP_IconNormFrame        EQU    $80000002    ;word
  27. SCP_IconSelFrame        EQU    $80000003    ;word
  28. SCP_IconTextMode        EQU    $80000004    ;word
  29. SCP_IconSecLine            EQU    $80000005    ;word
  30. SCP_IconTextSkip        EQU    $80000006    ;word
  31.  
  32. SCP_BobsType            EQU    $80000010    ;byte    image or image+text
  33. SCP_BobsMethod            EQU    $80000011    ;byte    system or custom
  34. SCP_BobsTranspMode        EQU    $80000012    ;byte    solid or transparent
  35. SCP_BobsTranspType        EQU    $80000013    ;byte    ghosted or real transparent
  36. SCP_BobsTransp            EQU    $80000014    ;long    when transparent
  37.  
  38. SCP_ScreenTitle            EQU    $80000020    ;string
  39. SCP_RootWinTitle        EQU    $80000021    ;string
  40. SCP_WindowTitle            EQU    $80000022    ;string
  41. SCP_Separator            EQU    $80000023    ;byte
  42. SCP_TitleRefresh        EQU    $80000024    ;byte
  43.  
  44. SCP_PathsDefIcons        EQU    $80000025    ;string
  45. SCP_PathsDiskCopy        EQU    $80000026    ;string
  46. SCP_PathsWBStartup        EQU    $80000027    ;string
  47. SCP_PathsHome            EQU    $80000028    ;string
  48.  
  49. SCP_MiscAutoRemove        EQU    $80000029    ;byte
  50. SCP_MiscClickTransp        EQU    $8000002a    ;byte
  51. SCP_MiscHardEmulation        EQU    $8000002b    ;byte
  52. SCP_MiscUseExAll        EQU    $8000002c    ;byte
  53. SCP_MiscWindowType        EQU    $8000002d    ;byte
  54. SCP_MiscDoWaitDelay        EQU    $8000002e    ;byte
  55. SCP_MiscDiskiconsRefresh    EQU    $8000002f    ;byte    ;delay
  56. SCP_MiscMenuCurrentDir        EQU    $80000030    ;byte
  57.  
  58. SCP_NewIconsTransparent        EQU    $80000031    ;byte
  59. SCP_NewIconsPrecision        EQU    $80000032    ;long
  60.  
  61. SCP_TextModeFont        EQU    $80000033    ;string
  62. SCP_TextModeDateFormat        EQU    $80000034    ;byte
  63.  
  64. SCP_PlugInList            EQU    $80000035    ;list
  65.  
  66.  
  67.     ENDC    ; PREFERENCES_I
  68.