ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/EmulatorView.h
(Generate patch)

Comparing BasiliskII/src/MacOSX/EmulatorView.h (file contents):
Revision 1.3 by nigel, 2002-06-05T10:18:51Z vs.
Revision 1.4 by nigel, 2002-12-18T11:53:11Z

# Line 30 | Line 30
30   @interface EmulatorView : NSView
31   {
32   #ifdef CGIMAGEREF
33 <        CGImageRef                      bitmap;
33 >        CGImageRef                      cgImgRep;
34   #endif
35   #ifdef NSBITMAP
36          NSBitmapImageRep        *bitmap;
37   #endif
38
38   #ifdef CGDRAWBITMAP
39          void                            *bitmap;
40          short                           bps, spp, bpp;
41          int                                     bytesPerRow;
42          BOOL                            isPlanar, hasAlpha;
43   #endif
44 +        float                           numBytes;
45 +
46          short                           x, y;
47  
48          BOOL                            drawView,       // Set when the bitmap is all set up

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines