[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54747] trunk/blender/intern/ghost/intern/ GHOST_WindowWin32.cpp: Fixing typos

Gaia Clary gaia.clary at machinimatrix.org
Fri Feb 22 10:31:42 CET 2013


Revision: 54747
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54747
Author:   gaiaclary
Date:     2013-02-22 09:31:42 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
Fixing typos

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp	2013-02-22 09:20:22 UTC (rev 54746)
+++ trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp	2013-02-22 09:31:42 UTC (rev 54747)
@@ -712,7 +712,7 @@
 		WGL_ACCELERATION_ARB, WGL_FULL_ACCELERATION_ARB,
 		WGL_COLOR_BITS_ARB, pfd.cColorBits,
 		WGL_DEPTH_BITS_ARB, pfd.cDepthBits,
-		WGL_ALPHA_BITS_ART, pfd.cAlphaBits,
+		WGL_ALPHA_BITS_ARB, pfd.cAlphaBits,
 		WGL_STENCIL_BITS_ARB, pfd.cStencilBits,
 		WGL_DOUBLE_BUFFER_ARB, GL_TRUE,
 		WGL_SAMPLE_BUFFERS_ARB, GL_TRUE,
@@ -1322,7 +1322,7 @@
 
 	weight += pfd.cColorBits - 8;
 
-	if (pdf.cAlphaBits > 0)
+	if (pfd.cAlphaBits > 0)
 		weight ++;
 
 	/* want swap copy capability -- it matters a lot */




More information about the Bf-blender-cvs mailing list