home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / ucb_logoppc / source / nographics.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-25  |  135 b   |  13 lines

  1.  
  2. /* A dummy graphics implementation for Unix */
  3.  
  4. #ifdef X_DISPLAY_MISSING
  5.  
  6. int pw, ph, pc, pm, pv, px, py, bg;
  7.  
  8. void nop()
  9. {
  10. }
  11.  
  12. #endif
  13.