wined3d: Make the device parameter to SetupForBlit() const.

oldstable
Henri Verbeet 2011-10-23 18:24:01 +02:00 committed by Alexandre Julliard
parent 96187a54a9
commit 284ba950ef
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ static inline void set_blit_dimension(UINT width, UINT height) {
*
*****************************************************************************/
/* Context activation is done by the caller. */
static void SetupForBlit(struct wined3d_device *device, struct wined3d_context *context)
static void SetupForBlit(const struct wined3d_device *device, struct wined3d_context *context)
{
int i;
const struct wined3d_gl_info *gl_info = context->gl_info;