summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-14 01:58:18 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-14 01:58:18 -0700
commitf13e507798cdbbe2fad5df33dcd581d49d6fa7ab (patch)
treef0a05c968ea373d03ff49fab9f3537d4850f988b /src/gallium/drivers/r300/r300_context.c
parent88b697fb0aaaab8479716763510f56b1053ddb37 (diff)
r300g: Compiler warning cleanup.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 7a9c098e30..b243f88bb5 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -152,7 +152,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
r300->winsys = r300_winsys;
r300->context.winsys = (struct pipe_winsys*)r300_winsys;
- r300->context.screen = r300_screen(screen);
+ r300->context.screen = screen;
r300_init_debug(r300);