wined3d: Make the rts and ds parameters to context_validate_rt_config() const.

This commit is contained in:
Henri Verbeet 2011-06-28 02:26:19 +02:00 committed by Alexandre Julliard
parent 64bf19d07b
commit 560d5188b7
1 changed files with 1 additions and 1 deletions

View File

@ -2064,7 +2064,7 @@ void context_apply_blit_state(struct wined3d_context *context, struct wined3d_de
}
static BOOL context_validate_rt_config(UINT rt_count,
struct wined3d_surface **rts, struct wined3d_surface *ds)
struct wined3d_surface * const *rts, const struct wined3d_surface *ds)
{
unsigned int i;