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:
		
							parent
							
								
									1d1484e9bd
								
							
						
					
					
						commit
						c3c976f54c
					
				| 
						 | 
					@ -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;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue