Commit 2e14d9ac authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make the texture parameter to texture_srgb_mode() const.

parent dd2f2c40
......@@ -647,7 +647,7 @@ static HRESULT texture2d_bind(struct wined3d_texture *texture,
return hr;
}
static BOOL texture_srgb_mode(struct wined3d_texture *texture, enum WINED3DSRGB srgb)
static BOOL texture_srgb_mode(const struct wined3d_texture *texture, enum WINED3DSRGB srgb)
{
switch (srgb)
{
......
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