Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4358 → Rev 4401

/contrib/sdk/sources/Mesa/src/glx/glxcmds.c
183,7 → 183,7
 
/* Check to see if the GL is supported on this screen */
*ppsc = (*ppriv)->screens[scrn];
if ((*ppsc)->configs == NULL) {
if ((*ppsc)->configs == NULL && (*ppsc)->visuals == NULL) {
/* No support for GL on this screen regardless of visual */
return GLX_BAD_VISUAL;
}