From 5b74adda371b13314d946eebed5082c8d5dc3f5f Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Tue, 24 Aug 2004 03:30:16 +0000 Subject: Fix stereo window creation on X11. --- intern/ghost/intern/GHOST_SystemX11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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) { -- cgit v1.2.3