GNUstep compatibility: comment out some API calls that GNUstep
[sgt/puzzles] / osx.m
diff --git a/osx.m b/osx.m
index afbf6b2..a0b7059 100644 (file)
--- a/osx.m
+++ b/osx.m
@@ -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