home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gle / gle / vaxconio.h < prev    next >
C/C++ Source or Header  |  1992-11-29  |  229b  |  26 lines

  1. #define YELLOW 1
  2. #define BLACK 0
  3. #define BLUE 0
  4. #define LIGHTGRAY 0
  5. #define WHITE 1
  6. #define MAGENTA 1
  7.  
  8.  
  9. struct text_info {
  10.     int normattr,winleft,wintop,winright,winbottom,curx,cury;};
  11. struct ffblk {char *ff_name;};
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.