diff options
author | Ian Romanick <[email protected]> | 2011-11-30 11:00:00 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-12-19 14:55:31 -0800 |
commit | d3f7597bc9f6d5a5035999cdbd22501dfe9ea8aa (patch) | |
tree | 4a8919a2afc854302a22ba1026a65f5e3328a0aa /src/glx | |
parent | 8e5efbe62bfd4a1f5c960fa9b061c9dffac2bbce (diff) |
glx: GLX 1.4 does not require GLX_INTEL_swap_event
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/glxextensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxextensions.c b/src/glx/glxextensions.c index de1bce21c20..0558aab3aa5 100644 --- a/src/glx/glxextensions.c +++ b/src/glx/glxextensions.c @@ -128,7 +128,7 @@ static const struct extension_info known_glx_extensions[] = { { GLX(SGIX_visual_select_group), VER(0,0), Y, Y, N, N }, { GLX(EXT_texture_from_pixmap), VER(0,0), Y, N, N, N }, #endif - { GLX(INTEL_swap_event), VER(1,4), Y, N, N, N }, + { GLX(INTEL_swap_event), VER(0,0), Y, N, N, N }, { NULL } }; |