home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 206.lha / Flist_v1.2 / Sources / flist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  1.4 KB  |  45 lines

  1. /* 
  2.     These are all the defines for Flist 
  3. */
  4.  
  5. /* #define DEBUG */  /*  uncomment this line for debugging */
  6.  
  7. /* #define KILLEXTRA */ /* changes the way scrolling is done */
  8.  
  9. #define MAXDIR 1024
  10. #define strcpy _BUILTIN_strcpy
  11. #define NORMALFLAGS WINDOWSIZING|WINDOWDRAG|BORDERLESS|SMART_REFRESH|BACKDROP
  12.  
  13. #define FATALERROR      20L
  14. #define DIR_LOCKED      1
  15. #define BAD_DIR         2
  16. #define BAD_COMMAND     1
  17. #define OUT_OF_MEMORY   100L
  18. #define CONVERSIONERROR 99L
  19.  
  20. #define TEXTCOLOR       5 
  21. #define BACKGROUND      4
  22. #define NL      NULL
  23. #define RWDTH   640L
  24. #define FGAD    0x76c0L
  25. #define LEFT    114
  26. #define RIGHT   363
  27. #define TOP     12          /* Top of display */
  28. #define BOT     192         /* Bottom of the display */
  29. #define CHARW   8L          /* The width of each character */
  30. #define LINEH   8L          /* This is the hieght of each line */
  31. #define NUMLINES 22L        /* This is the number of lines in the display */
  32. #define NLMO    21L         /* This stands for Num Lines Minus One */
  33. #define MAXPLANES       3   /**  Max number of bitplanes we will need ***/
  34. #define REDP    3
  35. #define BLKP    2
  36. #define WHTP    1
  37. #define BLUP    0
  38. #define FAST    MEMF_FAST|MEMF_CLEAR
  39.  
  40. #define LINESIZE        130L
  41. #define INFOSIZE        16000
  42. #define FILESIZE        LEN_DATSTRING*1000
  43. #define COMMSIZE        LEN_DATSTRING*1000
  44. #define STRINGSIZE      LEN_DATSTRING*1000
  45.