st/mesa: clean-up: use st_context() everywhere

This commit is contained in:
Brian Paul
2010-04-23 14:00:50 -06:00
parent 57fc2e7802
commit 76c7ad2e7d
20 changed files with 138 additions and 114 deletions

View File

@@ -75,7 +75,7 @@ void
st_print_current(void)
{
GET_CURRENT_CONTEXT(ctx);
struct st_context *st = ctx->st;
struct st_context *st = st_context(ctx);
#if 0
int i;