Module: wine Branch: master Commit: d7c7cbf6b63769e6de9889b51adccc7be61e2ae2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7c7cbf6b63769e6de9889b51a...
Author: H. Verbeet hverbeet@gmail.com Date: Tue Jul 24 23:38:40 2007 +0200
wined3d: Fix the stretch_rect_fbo() declaration to match the implementation.
---
dlls/wined3d/wined3d_private.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index d735bb5..7743051 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -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