Cleanup: [OSX] Remove cargo cult back-buffer alpha setting on show/hide and instead simply initialise the buffer on allocation.

This commit is contained in:
Michael Lutz
2020-12-26 16:07:54 +01:00
parent a61a741683
commit 7bdaabf5f1
4 changed files with 10 additions and 34 deletions

View File

@@ -32,7 +32,6 @@ extern NSString *OTTDMainLaunchGameEngine;
- (void)display;
- (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
- (void)appDidHide:(NSNotification*)note;
- (void)appWillUnhide:(NSNotification*)note;
- (void)appDidUnhide:(NSNotification*)note;
- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
@end