glx: Remove screen number from __GLXconfig
Not used. There's no real reason to match against this instead of matching against fbconfig or visual ID anyway. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -92,8 +92,6 @@ struct __GLXconfig {
|
|||||||
/* OML_swap_method */
|
/* OML_swap_method */
|
||||||
GLint swapMethod;
|
GLint swapMethod;
|
||||||
|
|
||||||
GLint screen;
|
|
||||||
|
|
||||||
/* EXT_texture_from_pixmap */
|
/* EXT_texture_from_pixmap */
|
||||||
GLint bindToTextureRgb;
|
GLint bindToTextureRgb;
|
||||||
GLint bindToTextureRgba;
|
GLint bindToTextureRgba;
|
||||||
|
|||||||
Reference in New Issue
Block a user