Commit 0bae611b authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make the context parameter to context_create_fbo_entry() const.

parent 12be5afd
......@@ -268,7 +268,7 @@ void context_check_fbo_status(struct wined3d_context *context, GLenum target)
}
}
static struct fbo_entry *context_create_fbo_entry(struct wined3d_context *context,
static struct fbo_entry *context_create_fbo_entry(const struct wined3d_context *context,
struct wined3d_surface **render_targets, struct wined3d_surface *depth_stencil, DWORD location)
{
const struct wined3d_gl_info *gl_info = context->gl_info;
......
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