XQuartz: GLX: Fix prototype for swapBuffers

This was a regression introduced by 04a54f69a8

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston 2010-03-11 00:03:08 -08:00
parent 178da6534f
commit b7a16117c6

View File

@ -471,7 +471,7 @@ static int __glXAquaContextForceCurrent(__GLXcontext *baseContext)
}
/* Drawing surface notification callbacks */
static GLboolean __glXAquaDrawableSwapBuffers(__GLXdrawable *base) {
static GLboolean __glXAquaDrawableSwapBuffers(ClientPtr client, __GLXdrawable *base) {
CGLError err;
__GLXAquaDrawable *drawable;