Fixing display/transparency of ArrowWindow for 10.5.

svn path=/trunk/netsurf/; revision=11844
This commit is contained in:
Sven Weidauer 2011-02-27 14:28:55 +00:00
parent c9bc37f8bd
commit c7977d4ed2

View File

@ -88,11 +88,6 @@ static const CGFloat padding = 0;
return NSInsetRect( cRect, offset, offset );
}
- (id) contentView;
{
return content;
}
- (BOOL) canBecomeKeyWindow;
{
return acceptsKey;