[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52141] trunk/blender/intern/ghost/intern/ GHOST_SystemX11.cpp: enable multi-sampling on x11

Campbell Barton ideasman42 at gmail.com
Mon Nov 12 11:16:52 CET 2012


Revision: 52141
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52141
Author:   campbellbarton
Date:     2012-11-12 10:16:50 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
enable multi-sampling on x11

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

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp	2012-11-12 09:57:43 UTC (rev 52140)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemX11.cpp	2012-11-12 10:16:50 UTC (rev 52141)
@@ -256,7 +256,7 @@
 
 	window = new GHOST_WindowX11(this, m_display, title,
 	                             left, top, width, height,
-	                             state, parentWindow, type, stereoVisual);
+	                             state, parentWindow, type, stereoVisual, numOfAASamples);
 
 	if (window) {
 		/* Both are now handle in GHOST_WindowX11.cpp




More information about the Bf-blender-cvs mailing list