progs/xdemos: fix up GLX extension checking
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 5 Mar 2010 19:21:12 +0000 (11:21 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 5 Mar 2010 19:22:05 +0000 (11:22 -0800)
commitf846a008e9e63f01bc673e31efd0d6b22e4eb0b9
treedc78e5bc66d60a2f300bad005b113203adde40c5
parent1ca968363dd55e919bd91c8fc31c34d207af3958
progs/xdemos: fix up GLX extension checking

A few of my programs were using the client string in addition to the
main extensions string to see if a feature was present.  Correct this to
only check for the currently available and working extensions.
progs/xdemos/glsync.c
progs/xdemos/msctest.c
progs/xdemos/omlsync.c