From e133984f517f2273236ca8b22c2a94276c950c55 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Fri, 6 May 2005 08:41:50 +0000 Subject: Updated for EXT_framebuffer_object changes. I don't know if this is correct, but it seems to work --- src/mesa/drivers/dri/r300/r300_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r300/r300_context.c') diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index e4aa7ccb22..3d5ec76b1a 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -324,7 +324,7 @@ void r300DestroyContext(__DRIcontextPrivate * driContextPriv) /* check if we're deleting the currently bound context */ if (&r300->radeon == current) { radeonFlush(r300->radeon.glCtx); - _mesa_make_current2(NULL, NULL, NULL); + _mesa_make_current(NULL, NULL, NULL); } /* Free r300 context resources */ -- cgit v1.2.3