GNUstep compatibility: comment out some API calls that GNUstep

apparently doesn't have. Fortunately they were optional anyway.

[originally from svn r9500]
This commit is contained in:
Simon Tatham
2012-05-06 14:01:34 +00:00
parent 41dc4a2195
commit 3fbb23e354

4
osx.m
View File

@ -900,10 +900,14 @@ struct frontend {
[status setFrame:frame];
}
#ifndef GNUSTEP
NSDisableScreenUpdates();
#endif
[self setContentSize:size];
[self setupContentView];
#ifndef GNUSTEP
NSEnableScreenUpdates();
#endif
}
- (void)presetGame:(id)sender