File diff r21584:561d516cfa45 → r21585:c96bdc9bd57c
src/video/cocoa/fullscreen.mm
Show inline comments
 
@@ -67,13 +67,13 @@ struct OTTD_QuartzGammaTable {
 
@end
 

	
 
@implementation NSScreen (NSScreenAccess)
 
- (void) setFrame:(NSRect)frame
 
{
 
/* The 64 bits libraries don't seem to know about _frame, so this hack won't work. */
 
#if !__LP64__
 
#ifndef __LP64__
 
	_frame = frame;
 
#endif
 
}
 
@end
 

	
 
class FullscreenSubdriver : public CocoaSubdriver {