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.2 by nigel, 2002-05-30T12:46:15Z

# 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 running in a full screen?
50   }
51  
52   - (void) benchmark;
# Line 75 | Line 76
76   #endif
77  
78   - (void) disableDrawing;
79 + - (void) startedFullScreen;
80  
81   - (short) width;
82   - (short) height;
83  
84 + - (BOOL) isFullScreen;
85   - (BOOL) mouseInView: (NSEvent *) event;
86   - (BOOL) mouseInView;
87   - (BOOL) processMouseMove: (NSEvent *) event;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines