[PATCH 1/2] glproto: Fix typo in name of GLX_LOSE_CONTEXT_ON_RESET_ARB

Matt Turner mattst88 at gmail.com
Wed May 23 17:06:22 PDT 2012


On Wed, May 23, 2012 at 4:51 PM, Ian Romanick <idr at freedesktop.org> wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>  glxtokens.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/glxtokens.h b/glxtokens.h
> index 1ed2fd3..cc4bca3 100644
> --- a/glxtokens.h
> +++ b/glxtokens.h
> @@ -304,7 +304,7 @@ extern "C" {
>  #define GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB  0x0004
>  #define GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
>  #define GLX_NO_RESET_NOTIFICATION_ARB      0x8261
> -#define GLX_LOST_CONTEXT_ON_RESET_ARB      0x8252
> +#define GLX_LOSE_CONTEXT_ON_RESET_ARB      0x8252
>  #ifdef __cplusplus
>  }
>  #endif
> --
> 1.7.6.5

Indeed, see http://www.opengl.org/registry/specs/ARB/glx_create_context_robustness.txt

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the xorg-devel mailing list