Skip to content
Snippets Groups Projects
Commit 5b74adda authored by Kester Maddock's avatar Kester Maddock
Browse files

Fix stereo window creation on X11.

parent 54c9a1ae
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ createWindow( ...@@ -213,7 +213,7 @@ createWindow(
if (!m_display) return 0; if (!m_display) return 0;
window = new GHOST_WindowX11 ( 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) { if (window) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment