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-08-24 07:30:16 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-08-24 07:30:16 +0400
commit5b74adda371b13314d946eebed5082c8d5dc3f5f (patch)
tree3349c118ebf658da60ff4c7b7d59a78af559187e /intern
parent54c9a1ae4054c1478d2df32521b0690848bedb9a (diff)
Fix stereo window creation on X11.
Diffstat (limited to 'intern')
-rwxr-xr-xintern/ghost/intern/GHOST_SystemX11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index f57957e853c..e11c86fe740 100755
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -213,7 +213,7 @@ createWindow(
if (!m_display) return 0;
window = new GHOST_WindowX11 (
- this,m_display,title, left, top, width, height, state, type
+ this,m_display,title, left, top, width, height, state, type, stereoVisual
);
if (window) {