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:
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) {