home *** CD-ROM | disk | FTP | other *** search
/ Kyūkyoku!! X68000 Emulator / X68000Book.dat / mac / OLS / X68000 / Ko-Window / kow142s.lzh / wsrv / wlib / CorGetGraphicOfs.c < prev    next >
C/C++ Source or Header  |  1995-02-25  |  185b  |  13 lines

  1. /* 1992 COR.*/
  2. #include "id.h"
  3.  
  4. extern int    WindowSetParameter();
  5.  
  6. int
  7. WindowGetGraphicOffset( a )
  8. int    a;
  9. {
  10.     return    WindowSetParameter( WindowGetGraphicOffsetID, 2, &a );
  11. }
  12.  
  13.