Commit 99139d96 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ddraw: Constify some variables.

parent 395acfc5
......@@ -5937,8 +5937,8 @@ static BOOL is_mip_level_subset(IDirectDrawSurfaceImpl *dest,
static void copy_mipmap_chain(IDirect3DDeviceImpl *device,
IDirectDrawSurfaceImpl *dest,
IDirectDrawSurfaceImpl *src,
POINT *DestPoint,
RECT *SrcRect)
const POINT *DestPoint,
const RECT *SrcRect)
{
IDirectDrawSurfaceImpl *src_level, *dest_level;
IDirectDrawSurface7 *temp;
......
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