home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1422.dms / in.adf / RPN / Source / mainloop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-06-04  |  481 b   |  14 lines

  1. /*---------------------------------------------*
  2.  | File: MAINLOOP.h - MLO 900131 V1.00         |
  3.  | This file contains #define's for MAINLOOP.c |
  4.  *---------------------------------------------*/
  5.  
  6. #define INV_X       8                   /* Constants for 'invalid input' */
  7. #define INV_Y       5                   /*   requester */
  8. #define INV_W       (INBUF_LEN+10)*8
  9. #define INV_H       44
  10. #define FIE_X       8
  11. #define FIE_Y       15
  12. #define OK_X        6
  13. #define OK_Y        3
  14.