Commit 560d5188 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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

parent 64bf19d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment