glx: Fix SwapBuffers regression introduced by 01923fb72d.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 8 Feb 2010 22:15:03 +0000 (23:15 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 8 Feb 2010 23:29:15 +0000 (23:29 +0000)
commit8b0b5ace4871847f7d8608e0ce6f67b7c5731ea7
treeec8c93fdf95eb7cb6f70b340510a6c8ce44b78a8
parentc61bf363937f40624a5632745630d4f2b9907082
glx: Fix SwapBuffers regression introduced by 01923fb72d.

After that commit, some dri2 protocol symbols were being checked from
places that weren't including dri2proto.h, effectively disabling some
valuable SwapBuffers codepaths.
src/glx/x11/dri2_glx.c
src/glx/x11/glxext.c