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.1 by nigel, 2002-03-16T04:00:16Z vs.
Revision 1.5 by nigel, 2003-03-11T11:27:20Z

# 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
48 >        BOOL                            drawView,       // Set when the bitmap is all set up
49                                                                          // and ready to display
50 +                                                fullScreen;     // Is this Emulator using the whole screen?
51 +
52 +        NSRect                          displayBox;     // Cached dimensions of the screen
53 +
54 +        int                                     screen_height; // Height of the screen with the key window
55   }
56  
57   - (void) benchmark;
# Line 75 | Line 81
81   #endif
82  
83   - (void) disableDrawing;
84 + - (void) startedFullScreen: (CGDirectDisplayID) theDisplay;
85  
86   - (short) width;
87   - (short) height;
88  
89 + - (BOOL) isFullScreen;
90   - (BOOL) mouseInView: (NSEvent *) event;
91   - (BOOL) mouseInView;
92 + - (void) fullscreenMouseMove;
93   - (BOOL) processMouseMove: (NSEvent *) event;
94  
95   #ifdef CGDRAWBITMAP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines