From ec3f3387211f428886dfdee2443e16f45e00e77b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 23 May 2012 13:47:52 -0700 Subject: glproto: Fix typo in name of GLX_LOSE_CONTEXT_ON_RESET_ARB Signed-off-by: Ian Romanick Reviewed-by: Matt Turner --- glxtokens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1