home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / ui_utils / nldaemon.lzh / NLDAEMON / SOURCE / NL-HANDLER.H < prev    next >
C/C++ Source or Header  |  1991-08-15  |  2KB  |  74 lines

  1. #define INTUITION_PREFERENCES_H             /* don't need 'em */
  2. #include <intuition/intuitionbase.h>
  3. #include <libraries/dos.h>
  4.  
  5. #include "NL-Daemon.h"
  6.  
  7.  
  8. #define PROGRAM     "NL-Handler"
  9. #define MAJVERS     1
  10. #define MINVERS     4
  11.  
  12. #define MINLOADVER  3       /* The minimum version number of the loader */
  13.                             /* (a loader of lower version will be an error) */
  14.  
  15. extern struct IntuitionBase *IntuitionBase;
  16.  
  17. #define WINDOWGADGETS   (WINDOWSIZING| WINDOWDEPTH| WINDOWCLOSE)
  18.  
  19. #define ZOOMGADG      (('Z'<<8)|'M')
  20.  
  21. #define SAME          0xFFFF
  22. #define IWIDTH        0xFFFF
  23.  
  24.  
  25. #define UPWIDTH       24
  26. #define UPHEIGHT      10
  27. #define UPDEPTH       2
  28. #define UPWORDS       2
  29.  
  30. #define DOWNWIDTH       24
  31. #define DOWNHEIGHT      10
  32. #define DOWNDEPTH       2
  33. #define DOWNWORDS       2
  34.  
  35. #define SIZEWIDTH       16
  36. #define SIZEHEIGHT      9
  37. #define SIZEDEPTH       2
  38. #define SIZEWORDS       1
  39.  
  40. #define CLOSEWIDTH       21
  41. #define CLOSEHEIGHT      10
  42. #define CLOSEDEPTH       2
  43. #define CLOSEWORDS       2
  44.  
  45. #define ZOOMWIDTH       27
  46. #define ZOOMHEIGHT      10
  47. #define ZOOMDEPTH       2
  48. #define ZOOMWORDS       2
  49.  
  50. #define LR_UPWIDTH       17
  51. #define LR_UPHEIGHT      10
  52. #define LR_UPDEPTH       2
  53. #define LR_UPWORDS       2
  54.  
  55. #define LR_DOWNWIDTH       17
  56. #define LR_DOWNHEIGHT      10
  57. #define LR_DOWNDEPTH       2
  58. #define LR_DOWNWORDS       2
  59.  
  60. #define LR_SIZEWIDTH       11
  61. #define LR_SIZEHEIGHT      10
  62. #define LR_SIZEDEPTH       2
  63. #define LR_SIZEWORDS       1
  64.  
  65. #define LR_CLOSEWIDTH       14
  66. #define LR_CLOSEHEIGHT      10
  67. #define LR_CLOSEDEPTH       2
  68. #define LR_CLOSEWORDS       1
  69.  
  70. #define LRZOOMWIDTH       19
  71. #define LRZOOMHEIGHT      10
  72. #define LRZOOMDEPTH       2
  73. #define LRZOOMWORDS       2
  74.