Explicitly request a Window-drawable
REVIEW: 115937
This commit is contained in:
parent
fab5def5e9
commit
84f0934ba8
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ bool GlxBackend::initFbConfig()
|
|||
{
|
||||
const int attribs[] = {
|
||||
GLX_RENDER_TYPE, GLX_RGBA_BIT,
|
||||
GLX_DRAWABLE_TYPE, GLX_WINDOW_BIT,
|
||||
GLX_RED_SIZE, 1,
|
||||
GLX_GREEN_SIZE, 1,
|
||||
GLX_BLUE_SIZE, 1,
|
||||
|
|
Loading…
Reference in a new issue