enable multi-sampling on x11

This commit is contained in:
Campbell Barton 2012-11-12 10:16:50 +00:00
parent ad5cf1fe9c
commit 40382c15ac

@ -256,7 +256,7 @@ createWindow(
window = new GHOST_WindowX11(this, m_display, title,
left, top, width, height,
state, parentWindow, type, stereoVisual);
state, parentWindow, type, stereoVisual, numOfAASamples);
if (window) {
/* Both are now handle in GHOST_WindowX11.cpp