diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 854fc39e014..141df11ef91 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -426,7 +426,7 @@ static boolean r300_is_format_supported(struct pipe_screen* screen, } static struct pipe_video_context * -r300_video_create(struct pipe_screen *screen, struct pipe_context *pipe, void *priv) +r300_video_create(struct pipe_screen *screen, struct pipe_context *pipe) { assert(screen); |