home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / a2 / Source / temp.m < prev    next >
Encoding:
Text File  |  1992-02-19  |  257 b   |  16 lines

  1. #import "WozView.h"
  2. #import "hgrconv.h"
  3.  
  4. id screen_wozview;
  5. unsigned char *wozview_buf;
  6.  
  7.  
  8. void
  9. redraw_hgr_screen (unsigned char *a2buf)
  10. {
  11.   static unsigned char a2_shadow[0x2000];
  12.  
  13.   [screen_wozview drawChangedAreas:a2buf shadow:a2_shadow];
  14.   DPSFlush();
  15. }
  16.