[Vm-dev] [commit] r2177 - Default to OpenGL in preferences too.

commits at squeakvm.org commits at squeakvm.org
Sat Apr 3 17:58:23 UTC 2010


Author: andreas
Date: 2010-04-03 10:58:23 -0700 (Sat, 03 Apr 2010)
New Revision: 2177

Modified:
   trunk/platforms/win32/vm/sqWin32Window.c
Log:
Default to OpenGL in preferences too.

Modified: trunk/platforms/win32/vm/sqWin32Window.c
===================================================================
--- trunk/platforms/win32/vm/sqWin32Window.c	2010-04-03 17:56:17 UTC (rev 2176)
+++ trunk/platforms/win32/vm/sqWin32Window.c	2010-04-03 17:58:23 UTC (rev 2177)
@@ -99,11 +99,7 @@
 BOOL fReduceCPUInBackground = 0; /* Should we reduce CPU usage when not active? */
 BOOL fRunSingleApp = 0;   /* Do we allow only one instance of this VM? */
 
-#ifdef CROQUET
 BOOL fUseOpenGL = 1;      /* Do we use OpenGL vs. D3D?! */
-#else /* Squeak */
-BOOL fUseOpenGL = 0;      /* Do we use OpenGL vs. D3D?! */
-#endif
 
 BOOL fPriorityBoost = 1;
 



More information about the Vm-dev mailing list