X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/7d9295cf51af279228061c50fd9e141a037bbdda..f213222bce104de4495a3b731626649ff1c3f4c9:/osx.m diff --git a/osx.m b/osx.m index afbf6b2..a0b7059 100644 --- 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