Newer prototype required by GCC 3.1

This commit is contained in:
nigel 2002-10-06 23:26:07 +00:00
parent dd6025502d
commit 162cc94bcd

View File

@ -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
{