[PATCH 09/19] glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributes

2013-08-21 Thread Adam Jackson
Required by GLX 1.4, section 3.3.6, Querying Attributes. Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxcmds.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glx/glxcmds.c b/glx/glxcmds.c index 4a343a6..553b3b6 100644 --- a/glx/glxcmds.c +++ b/glx/glxcmds.c @@

Re: [PATCH 09/19] glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributes

2013-08-21 Thread Eric Anholt
Adam Jackson a...@redhat.com writes: Required by GLX 1.4, section 3.3.6, Querying Attributes. Signed-off-by: Adam Jackson a...@redhat.com --- glx/glxcmds.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glx/glxcmds.c b/glx/glxcmds.c index 4a343a6..553b3b6 100644