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

Comparing BasiliskII/src/MacOSX/Emulator.mm (file contents):
Revision 1.1 by nigel, 2002-03-16T04:00:09Z vs.
Revision 1.2 by nigel, 2002-05-23T12:48:38Z

# Line 204 | Line 204
204          [xPRAM  resume];
205   }
206  
207 + - (IBAction) ScreenHideShow: (NSButton *)sender;
208 + {
209 +        WarningSheet(@"Nigel doesn't know how to shrink or grow this window",
210 +                                 @"Maybe you can grab the source code and have a go yourself?",
211 +                                 nil, win);
212 + }
213 +
214   - (IBAction) Snapshot: (id) sender
215   {
216          if ( screen == nil || uaeCreated == NO  )
# Line 427 | Line 434 | uint8 lastXPRAM[XPRAM_SIZE];           // Copy of
434          }
435   }
436  
437 < @end
437 > @end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines