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

  1.  
  2. /*
  3.  * PrefPosition
  4.  */
  5. void
  6. PrefPosition(x, y)
  7.     int    x, y;
  8. {
  9.     prefposition(x, y);
  10. }
  11.  
  12. /*
  13.  * PrefSize
  14.  */
  15. void
  16. PrefSize(x, y)
  17.     int    x, y;
  18. {
  19.     prefsize(x, y);
  20. }
  21.