home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / e / amigae / modulessrc / prefs / palette.e < prev    next >
Text File  |  1995-07-05  |  283b  |  16 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. MODULE 'intuition/intuition'
  5.  
  6. CONST ID_PALT=$50414C54
  7.  
  8. OBJECT paletteprefs
  9.   reserved[4]:ARRAY OF LONG
  10. -> Um, these had illegal names
  11.   x4colorpens[32]:ARRAY OF INT
  12.   x8colorpens[32]:ARRAY OF INT
  13.   colors[32]:ARRAY OF colorspec
  14. ENDOBJECT     /* SIZEOF=400 */
  15.  
  16.