[Vm-dev] [commit] r2423 - Fix snafu syntax error.

commits at squeakvm.org commits at squeakvm.org
Fri Jun 10 18:39:29 UTC 2011


Author: eliot
Date: 2011-06-10 11:39:29 -0700 (Fri, 10 Jun 2011)
New Revision: 2423

Modified:
   branches/Cog/platforms/Mac OS/vm/sqMacWindowUniversal.c
Log:
Fix snafu syntax error.
In the Carbon Mac OS platform, arrange for the Smalltalk window to move to the
main display when on a secondary monitor that is removed.  Yet to arrange a
screen update after the move.  Help in this much appreciated.


Modified: branches/Cog/platforms/Mac OS/vm/sqMacWindowUniversal.c
===================================================================
--- branches/Cog/platforms/Mac OS/vm/sqMacWindowUniversal.c	2011-06-10 18:36:44 UTC (rev 2422)
+++ branches/Cog/platforms/Mac OS/vm/sqMacWindowUniversal.c	2011-06-10 18:39:29 UTC (rev 2423)
@@ -757,8 +757,8 @@
 			nor		CGContextFlush(squeakWB->context) appear to work.
 			if (!squeakWB->isInvisible)
 				CGContextSynchronize(squeakWB->context);
+#endif
 		}
-#endif
 	}
 }
 



More information about the Vm-dev mailing list