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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 25 07:44:12 CDT 2007


Module: wine
Branch: master
Commit: d7c7cbf6b63769e6de9889b51adccc7be61e2ae2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d7c7cbf6b63769e6de9889b51adccc7be61e2ae2

Author: H. Verbeet <hverbeet at 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




More information about the wine-cvs mailing list