summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-05-23 13:47:52 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-05-26 17:57:06 -0700
commitec3f3387211f428886dfdee2443e16f45e00e77b (patch)
tree1a6efeaf1c62fcc62f5e0d78314a1a5e159ae5b5
parent29d5b553b30755a25300c30b67d39b37c9a76466 (diff)
downloadxorg-proto-glproto-ec3f3387211f428886dfdee2443e16f45e00e77b.tar.gz
glproto: Fix typo in name of GLX_LOSE_CONTEXT_ON_RESET_ARB
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--glxtokens.h2
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