From 912d3a04c191b835be07b8f104eed240d6cf0ada Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Sat, 18 Nov 2000 08:10:21 +0000 Subject: * Auto* build fixes * Added missing includes to math/* --- src/mesa/tnl/t_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index bab6326eba..bef6f7f3bb 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -196,6 +196,6 @@ _tnl_MakeCurrent( GLcontext *ctx, GLframebuffer *readBuffer ) { #ifndef THREADS - SET_IMMEDIATE(newCtx, newCtx->input); + SET_IMMEDIATE( ctx, TNL_VB(ctx)->IM ); #endif } -- cgit v1.2.3