[Vm-dev] [commit][2628] and another...

commits at squeakvm.org commits at squeakvm.org
Sat Dec 1 00:53:30 UTC 2012


Revision: 2628
Author:   eliot
Date:     2012-11-30 16:53:30 -0800 (Fri, 30 Nov 2012)
Log Message:
-----------
and another...

Modified Paths:
--------------
    branches/Cog/platforms/unix/vm-display-null/sqUnixDisplayNull.c

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Fri Nov 30 16:44:15 PST 2012
   + Fri Nov 30 16:53:24 PST 2012

Modified: branches/Cog/platforms/unix/vm-display-null/sqUnixDisplayNull.c
===================================================================
--- branches/Cog/platforms/unix/vm-display-null/sqUnixDisplayNull.c	2012-12-01 00:44:34 UTC (rev 2627)
+++ branches/Cog/platforms/unix/vm-display-null/sqUnixDisplayNull.c	2012-12-01 00:53:30 UTC (rev 2628)
@@ -76,7 +76,7 @@
 
 static sqInt display_ioSetDisplayMode(sqInt w, sqInt h, sqInt d, sqInt fullScreen)
 {
-  setSavedWindowSize((winW << 16) + (winH & 0xFFFF));
+  setSavedWindowSize((w << 16) + (h & 0xFFFF));
   setFullScreenFlag(fullScreen);
   return 1;
 }



More information about the Vm-dev mailing list