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);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to