Makes KWin work with NVIDIA again.
icc-effect-5.14.5
Martin Gräßlin 2013-03-21 12:40:49 +01:00
parent 7e3809a3ca
commit 0c4c16e93f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ bool GlxBackend::initBuffer()
bool GlxBackend::initFbConfig()
{
const int attribs[] = {
GLX_RENDER_TYPE, GLX_RGBA_TYPE,
GLX_RENDER_TYPE, GLX_RGBA_BIT,
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,