Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-01 19:15:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-01 19:15:22 +0400
commit228be107221c0e25c06626b1019802ffee797cdc (patch)
tree640538880afc316f9c695b9a7245a8b9f8e8cf27 /intern
parentbd81fde1ff647c610c49d469d0d502802ed89fae (diff)
fix for building headless
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowNULL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowNULL.h b/intern/ghost/intern/GHOST_WindowNULL.h
index 0ec3c6f5700..f979313af5c 100644
--- a/intern/ghost/intern/GHOST_WindowNULL.h
+++ b/intern/ghost/intern/GHOST_WindowNULL.h
@@ -54,7 +54,7 @@ public:
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);