home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / SRC / SUNPAS / PATTR.C < prev    next >
Text File  |  1994-04-27  |  139b  |  19 lines

  1. /*
  2.  * PushAttributes
  3.  */
  4. void
  5. PushAttributes()
  6. {
  7.     pushattributes();
  8. }
  9.  
  10. /*
  11.  * PopAttributes
  12.  */
  13. void
  14. PopAttributes()
  15. {
  16.     popattributes();
  17. }
  18.  
  19.