glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 17 Oct 2012 04:50:28 +0000 (00:50 -0400)
committerChad Versace <chad.versace@linux.intel.com>
Wed, 17 Oct 2012 17:16:23 +0000 (10:16 -0700)
commit1d0c6211212a2d486c8f7f64349fd9683061342e
tree7923c8e50c25b16fc438da4f8d877b4b257d4685
parentaa2067c757506e8f3418ef11333382a1fa45ad6e
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()

Due to a string mismatch, INTEL_swap_event wasn't listed among GLX
extensions for the connection, even when present on both client and
server. That is, glXQueryServerString and glXGetClientString reported the
extension, but glXQueryExtensionsString did not.

Note: This is a candidate for the stable branches.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56057
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/glx/dri2_glx.c