home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vectoper.zip / RTScreen.h < prev    next >
C/C++ Source or Header  |  1996-03-10  |  661b  |  35 lines

  1.  
  2. /*
  3.  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4.  +
  5.  +  screen.h  -- contains programming interface to functions that interact
  6.  +                 with view screen.
  7.  +
  8.  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  */
  10.  
  11.  
  12. extern Viewport vp;
  13.  
  14. /*
  15.  *
  16.  *  constants that provide default definition of world window and viewport
  17.  *
  18.  */
  19.  
  20.   
  21. #define SX_WORLD_MIN_DEFAULT     0
  22. #define SX_WORLD_MAX_DEFAULT   707
  23. #define SY_WORLD_MIN_DEFAULT    60
  24. #define SY_WORLD_MAX_DEFAULT   767
  25.    
  26.  
  27. /*
  28.  *
  29.  *  external declarations for screen region
  30.  *
  31.  */
  32.  
  33. extern Region work_reg;
  34.  
  35.