diff options
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 9608a5a6234..6ddb1ad32a7 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -63,7 +63,7 @@ struct r600_resource_texture { }; void r600_init_context_resource_functions(struct r600_context *r600); -void r600_init_screen_resource_functions(struct r600_screen *r600screen); +void r600_init_screen_resource_functions(struct pipe_screen *screen); /* r600_buffer */ u32 r600_domain_from_usage(unsigned usage); |