diff options
author | Jeremy Kolb <[email protected]> | 2006-11-01 02:44:27 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2006-11-01 02:44:27 +0000 |
commit | 2581ba7f1e0352ad7ed5e863647a545a0eec851c (patch) | |
tree | 216e3dd87f522527dc2427bdbd63554ae488b2f6 /src/mesa/drivers/dri/nouveau/nouveau_context.c | |
parent | a05db7f505caef75296170bcb6884ba287b1ab25 (diff) |
Fix compile errors. Add vblank_seq to nouveau_context.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.c')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.c b/src/mesa/drivers/dri/nouveau/nouveau_context.c index 3ca5edf7826..4bb4116026b 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.c @@ -188,7 +188,7 @@ GLboolean nouveauMakeCurrent( __DRIcontextPrivate *driContextPriv, nouveauContextPtr oldNOUVEAUCtx = ctx ? NOUVEAU_CONTEXT(ctx) : NULL; nouveauContextPtr newNOUVEAUCtx = (nouveauContextPtr) driContextPriv->driverPrivate; - driDrawableInitVBlank( driDrawPriv, newNOUVEAUCtx->vblank_flags ); + driDrawableInitVBlank(driDrawPriv, newNOUVEAUCtx->vblank_flags, &newNOUVEAUCtx->vblank_seq ); newNOUVEAUCtx->driDrawable = driDrawPriv; _mesa_make_current( newNOUVEAUCtx->glCtx, |