Don't enable INTEL_swap_event unconditionally and wait forever for an

event that's not coming.

This unbreak clutter/cogl and probably other toolkits.

Upstream commit 25620eb1d277c6b80edb136eaeca12532fcfd3ce by Adam Jackson

ok ajacoutot@, jasper@, robert@
This commit is contained in:
mpi 2012-07-07 12:00:49 +00:00
parent 37bdf57a02
commit 73fa8c0344

View File

@ -137,7 +137,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, Y, N, N },
{ GLX(INTEL_swap_event), VER(1,4), Y, N, N, N },
{ NULL }
};