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.2 by nigel, 2002-05-30T12:46:15Z vs.
Revision 1.3 by nigel, 2002-06-05T10:18:51Z

# Line 46 | Line 46
46  
47          BOOL                            drawView,       // Set when the bitmap is all set up
48                                                                          // and ready to display
49 <                                                fullScreen;     // Is this Emulator running in a full screen?
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 76 | Line 79
79   #endif
80  
81   - (void) disableDrawing;
82 < - (void) startedFullScreen;
82 > - (void) startedFullScreen: (CGDirectDisplayID) theDisplay;
83  
84   - (short) width;
85   - (short) height;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines