[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38022] trunk/blender/intern/ghost/intern/ GHOST_WindowNULL.h: fix for building headless

Campbell Barton ideasman42 at gmail.com
Fri Jul 1 17:15:22 CEST 2011


Revision: 38022
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38022
Author:   campbellbarton
Date:     2011-07-01 15:15:22 +0000 (Fri, 01 Jul 2011)
Log Message:
-----------
fix for building headless

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_WindowNULL.h

Modified: trunk/blender/intern/ghost/intern/GHOST_WindowNULL.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_WindowNULL.h	2011-07-01 15:03:11 UTC (rev 38021)
+++ trunk/blender/intern/ghost/intern/GHOST_WindowNULL.h	2011-07-01 15:15:22 UTC (rev 38022)
@@ -54,7 +54,7 @@
 		const bool stereoVisual,
 		const GHOST_TUns16 numOfAASamples
 		) :
-		GHOST_Window(title,left,top,width,height,state,type,stereoVisual,numOfAASamples),
+		GHOST_Window(width,height,state,type,stereoVisual,numOfAASamples),
 		m_system (system)
 	{
 		setTitle(title);




More information about the Bf-blender-cvs mailing list