Explicitly request a Window-drawable

REVIEW: 115937
This commit is contained in:
Ralf Jung 2014-02-21 17:42:40 +01:00
parent fab5def5e9
commit 84f0934ba8

View file

@ -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,