home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / contribu / byu_tel2.hqx / tek / rg.h next >
Text File  |  1987-09-29  |  666b  |  41 lines

  1. /* 
  2.              REAL GRAPHICS ROUTINES
  3.                  for the IBM PC
  4.             Tektronix 4010 simulator
  5.             
  6.               Swaminathan Natarajan
  7.                   NCSA      UIUC
  8.  
  9.                   Version 1.0
  10.                   Jan 18, 1987
  11.  
  12.                   Header file
  13.             %W%    (NCSA)    %G%
  14.                                     */
  15.  
  16. #define FALSE        0
  17. /* #define    TRUE        1 */
  18. #define ERROR        -1
  19. #define NONE        -2
  20. #define SUCCESS        1
  21.  
  22. #define MAXDRAWINGS    15
  23.  
  24. #define VISIBLE        1
  25. #define INVISIBLE    0
  26.  
  27. #define GRAPHICS    1
  28. #define NONGRAPHICS    0
  29.  
  30. /* different types of graphics display devices */
  31. #define NDEVICES    4
  32. #define CGA        1
  33. #define EGA        2
  34. #define MONOCHROME    3
  35. #define NO9        4
  36.  
  37. /* different types of printers */
  38. #define NPRINTERS    2
  39. #define PROPRINTER    1
  40. #define JETPRINTER    2
  41.