wined3d: Fix the stretch_rect_fbo() declaration to match the implementation.

This commit is contained in:
H. Verbeet 2007-07-24 23:38:40 +02:00 committed by Alexandre Julliard
parent e652128fdf
commit d7c7cbf6b6
1 changed files with 1 additions and 1 deletions

View File

@ -2057,6 +2057,6 @@ static inline BOOL use_ps(IWineD3DDeviceImpl *device) {
}
void stretch_rect_fbo(IWineD3DDevice *iface, IWineD3DSurface *src_surface, WINED3DRECT *src_rect,
IWineD3DSurface *dst_surface, WINED3DRECT *dst_rect, WINED3DTEXTUREFILTERTYPE filter, BOOL flip);
IWineD3DSurface *dst_surface, WINED3DRECT *dst_rect, const WINED3DTEXTUREFILTERTYPE filter, BOOL flip);
#endif