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.3 by nigel, 2002-06-05T10:18:51Z

# Line 44 | Line 44
44   #endif
45          short                           x, y;
46  
47 <        BOOL                            drawView;       // Set when the bitmap is all set up
47 >        BOOL                            drawView,       // Set when the bitmap is all set up
48                                                                          // and ready to display
49 +                                                fullScreen;     // Is this Emulator using the whole screen?
50 +
51 +        NSRect                          displayBox;     // Cached dimensions of the screen
52 +        int                                     screen_height;
53   }
54  
55   - (void) benchmark;
# Line 75 | Line 79
79   #endif
80  
81   - (void) disableDrawing;
82 + - (void) startedFullScreen: (CGDirectDisplayID) theDisplay;
83  
84   - (short) width;
85   - (short) height;
86  
87 + - (BOOL) isFullScreen;
88   - (BOOL) mouseInView: (NSEvent *) event;
89   - (BOOL) mouseInView;
90   - (BOOL) processMouseMove: (NSEvent *) event;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines