ref: 3fbb23e3546c2ac68933c73f3a38388ffc34e33e
parent: 41dc4a21957d0f4208a6c726543487814f21f33b
author: Simon Tatham <anakin@pobox.com>
date: Sun May 6 10:01:34 EDT 2012
GNUstep compatibility: comment out some API calls that GNUstep apparently doesn't have. Fortunately they were optional anyway. [originally from svn r9500]
--- a/osx.m
+++ b/osx.m
@@ -900,10 +900,14 @@
[status setFrame:frame];
}
+#ifndef GNUSTEP
NSDisableScreenUpdates();
+#endif
[self setContentSize:size];
[self setupContentView];
+#ifndef GNUSTEP
NSEnableScreenUpdates();
+#endif
}
- (void)presetGame:(id)sender