mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
return True for GLX_Y_INVERTED_EXT query
This commit is contained in:
parent
74a30c351f
commit
a10ba38df7
1 changed files with 1 additions and 1 deletions
|
|
@ -1920,7 +1920,7 @@ get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig )
|
|||
GLX_TEXTURE_RECTANGLE_BIT_EXT); /*XXX*/
|
||||
break;
|
||||
case GLX_Y_INVERTED_EXT:
|
||||
*value = False; /*XXX*/
|
||||
*value = True; /*XXX*/
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue