Fix stereo window creation on X11.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user