diff options
author | Jon Taylor <taylorj@ggi-project.org> | 2000-11-18 08:10:21 +0000 |
---|---|---|
committer | Jon Taylor <taylorj@ggi-project.org> | 2000-11-18 08:10:21 +0000 |
commit | 912d3a04c191b835be07b8f104eed240d6cf0ada (patch) | |
tree | 3fa301ee8fed356e8953434d3a3b57e13ca9d1b1 /src/mesa/tnl | |
parent | 5a9026c65d260dc185e072163999f5d810015108 (diff) |
* Auto* build fixes
* Added missing includes to math/*
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |