[PATCH] glproto: Fix typo in X_GLXCreateContextAttribsARB definition
Nathan Kidd
nathan-ml at spicycrypto.ca
Tue Sep 9 17:41:03 PDT 2014
On 11/08/14 06:30 PM, Nathan Kidd wrote:
> Signed-off-by: Nathan Kidd <nkidd at opentext.com>
> ---
> glxproto.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/glxproto.h b/glxproto.h
> index b50adc2..b4629c7 100644
> --- a/glxproto.h
> +++ b/glxproto.h
> @@ -2157,7 +2157,7 @@ typedef struct {
> #define X_GLXCreateWindow 31
> #define X_GLXDestroyWindow 32
> #define X_GLXSetClientInfoARB 33
> -#define X_GLXCreateContextAtrribsARB 34
> +#define X_GLXCreateContextAttribsARB 34
> #define X_GLXSetConfigInfo2ARB 35
>
> /* Opcodes for single commands (part of GLX command space) */
ping, just because this could bite someone
More information about the xorg-devel
mailing list