Fix typo
Makes KWin work with NVIDIA again.
This commit is contained in:
parent
7e3809a3ca
commit
0c4c16e93f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue