ftp.nice.ch/pub/next/tools/emulators/a2_1.1.NIHS.bs.tar.gz#/a2/WozView.h

This is WozView.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/View.h>

@interface WozView:View
{
#ifndef	USE_COLOR
  unsigned char fbuf[192][72];  /* Pointer to the frame buffer for screen. */
#else	USE_COLOR
  unsigned char fbuf[192][280];  /* Pointer to the frame buffer for screen. */
#endif	USE_COLOR
}

- appDidInit:(id) sender;

- initFrame:(const NXRect *) frameRect;
- drawSelf:(const NXRect *) rects: (int) rectCount;

- drawChangedAreas:(const unsigned char *) a2_screen
                   shadow:(unsigned char *) shadow;
- (unsigned char *) data;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.