On Sun, 2013-10-06 at 17:24 +0100, Jon TURNEY wrote: > On 21/08/2013 22:25, Adam Jackson wrote: > > Not used. There's no real reason to match against this instead of > > matching against fbconfig or visual ID anyway. > > > > Signed-off-by: Adam Jackson <[email protected]> > > --- > > glx/glxscreens.h | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/glx/glxscreens.h b/glx/glxscreens.h > > index 19a2599..c8119fd 100644 > > --- a/glx/glxscreens.h > > +++ b/glx/glxscreens.h > > @@ -92,8 +92,6 @@ struct __GLXconfig { > > /* OML_swap_method */ > > GLint swapMethod; > > > > - GLint screen; > > - > > /* EXT_texture_from_pixmap */ > > GLint bindToTextureRgb; > > GLint bindToTextureRgba; > > > > Not used, but was being set in hw/xwin/glx, so that needs to be removed as > well.
Erk, apologies, yes. It's a little odd that that code mentions EXT_import_context, I can see why it might but the corresponding code in QueryContext has just looked it up from ->pScreen->myNum since at least Xorg 6.7. Still: Reviewed-by: Adam Jackson <[email protected]> - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
