home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
-
- @interface WozView:View
- {
- unsigned char fbuf[192][72]; /* Pointer to the frame buffer for screen. */
- }
-
- - 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
-