diff options
author | Corbin Simpson <[email protected]> | 2009-10-14 01:58:18 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-14 01:58:18 -0700 |
commit | f13e507798cdbbe2fad5df33dcd581d49d6fa7ab (patch) | |
tree | f0a05c968ea373d03ff49fab9f3537d4850f988b /src/gallium/drivers/r300/r300_context.c | |
parent | 88b697fb0aaaab8479716763510f56b1053ddb37 (diff) |
r300g: Compiler warning cleanup.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 |
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 7a9c098e30f..b243f88bb5b 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); |