home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / src / runtime / rgfxsys.r < prev    next >
Text File  |  2000-07-29  |  343b  |  16 lines

  1. /*
  2.  * File: rgfxsys.r
  3.  *  Window-system-specific graphics support routines.
  4.  *  This file simply includes an appropriate r*graph.ri file.
  5.  */
  6.  
  7. #ifdef Graphics
  8.  
  9. #ifdef PresentationManager
  10. #include "rpmgraph.ri"
  11. #endif                    /* PresentationManager */
  12.  
  13. #else                    /* Graphics */
  14. static char junk;        /* avoid empty module */
  15. #endif                    /* Graphics */
  16.