mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
Newer prototype required by GCC 3.1
This commit is contained in:
parent
dd6025502d
commit
162cc94bcd
@ -392,7 +392,7 @@ static NSPoint mouse; // Previous/current mouse location
|
||||
|
||||
#if DEBUG
|
||||
NSLog(@"In drawRect");
|
||||
[self randomise];
|
||||
//[self randomise];
|
||||
#endif
|
||||
|
||||
#ifdef NSBITMAP
|
||||
@ -412,7 +412,7 @@ static NSPoint mouse; // Previous/current mouse location
|
||||
//
|
||||
|
||||
#ifdef CGDRAWBITMAP
|
||||
extern "C" void CGDrawBitmap();
|
||||
extern "C" void CGDrawBitmap(...);
|
||||
|
||||
- (void) CGDrawBitmap
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user