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
|
#if DEBUG
|
||||||
NSLog(@"In drawRect");
|
NSLog(@"In drawRect");
|
||||||
[self randomise];
|
//[self randomise];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NSBITMAP
|
#ifdef NSBITMAP
|
||||||
@ -412,7 +412,7 @@ static NSPoint mouse; // Previous/current mouse location
|
|||||||
//
|
//
|
||||||
|
|
||||||
#ifdef CGDRAWBITMAP
|
#ifdef CGDRAWBITMAP
|
||||||
extern "C" void CGDrawBitmap();
|
extern "C" void CGDrawBitmap(...);
|
||||||
|
|
||||||
- (void) CGDrawBitmap
|
- (void) CGDrawBitmap
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user