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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-11-22 13:09:08 +0300
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-11-22 13:09:08 +0300
commitcf91617d7829647629c8ce04b9f047dfbdf3d910 (patch)
treee4a83a3790b70bacc32d1ebd059d1e03793e57c7 /intern
parent87048d090119ec17e27069eca62a0927e2f09bbd (diff)
Fix stereo window creation
Diffstat (limited to 'intern')
-rwxr-xr-xintern/ghost/intern/GHOST_WindowX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp
index 046913ea416..1239f2e9d04 100755
--- a/intern/ghost/intern/GHOST_WindowX11.cpp
+++ b/intern/ghost/intern/GHOST_WindowX11.cpp
@@ -68,7 +68,7 @@ GHOST_WindowX11(
GHOST_TDrawingContextType type,
const bool stereoVisual
) :
- GHOST_Window(title,left,top,width,height,state,type),
+ GHOST_Window(title,left,top,width,height,state,type,stereoVisual),
m_display(display),
m_valid_setup (false),
m_system (system),