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

  1. #include <stdio.h>
  2.  
  3. #include "id.h"
  4.  
  5. typedef    int        WindowID ;
  6. extern    int        WindowSetParameter( int, int, void* );
  7.  
  8. void    WindowReadResource()
  9. {
  10.     WindowSetParameter( WindowReadResourceID, 0, NULL );
  11. }
  12.  
  13.