summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@freedesktop.org>2006-11-01 02:44:27 +0000
committerJeremy Kolb <jkolb@freedesktop.org>2006-11-01 02:44:27 +0000
commit2581ba7f1e0352ad7ed5e863647a545a0eec851c (patch)
tree216e3dd87f522527dc2427bdbd63554ae488b2f6 /src/mesa/drivers/dri/nouveau/nouveau_context.c
parenta05db7f505caef75296170bcb6884ba287b1ab25 (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.c2
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 3ca5edf782..4bb4116026 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,