Fix stereo window creation on X11.

This commit is contained in:
Kester Maddock
2004-08-24 03:30:16 +00:00
parent 54c9a1ae40
commit 5b74adda37

View File

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