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

Comparing BasiliskII/src/MacOSX/misc_macosx.h (file contents):
Revision 1.1 by nigel, 2002-03-16T04:00:24Z vs.
Revision 1.6 by gbeauche, 2008-01-01T09:40:32Z

# Line 3 | Line 3
3   *
4   *      misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm
5   *
6 < *  Basilisk II (C) 1997-2001 Christian Bauer
6 > *  Basilisk II (C) 1997-2008 Christian Bauer
7   *
8   *  This program is free software; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by
# Line 24 | Line 24
24          // This means we are on Mac OS X of some sort
25   #endif
26  
27 <
28 < extern void ErrorSheet   (NSString *msg1,   NSString *msg2,
29 <                                                  NSString *button, NSWindow *win),
30 <                        WarningSheet (NSString *msg1,   NSString *msg2,
31 <                                                  NSString *button, NSWindow *win),
32 <                        InfoSheet        (NSString *msg1,   NSString *msg2,
33 <                                                  NSString *button, NSWindow * win);
27 > extern void ErrorSheet   (NSString *msg,        NSWindow *win),
28 >                        ErrorSheet       (NSString *msg1,       NSString *msg2,
29 >                                                  NSString *button,     NSWindow *win),
30 >                        WarningSheet (NSString *message,NSWindow *win),
31 >                        WarningSheet (NSString *msg1,   NSString *msg2,
32 >                                                  NSString *button,     NSWindow *win),
33 >                        InfoSheet        (NSString *msg,        NSWindow *win),
34 >                        InfoSheet        (NSString *msg1,       NSString *msg2,
35 >                                                  NSString *button,     NSWindow *win),
36 >                        EndSheet (NSWindow * window);
37  
38   extern int      frequencyToTickDelay (float frequency);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines