mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
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>
This commit is contained in:
parent
29d5b553b3
commit
ec3f338721
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue