winex11.drv: Make copy_image_bits() static.

Francois Gouget fgouget at free.fr
Sun Jul 17 03:18:00 CDT 2011


---
 dlls/winex11.drv/bitblt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/bitblt.c b/dlls/winex11.drv/bitblt.c
index 880d71f..2ea59f7 100644
--- a/dlls/winex11.drv/bitblt.c
+++ b/dlls/winex11.drv/bitblt.c
@@ -1655,7 +1655,7 @@ static void set_color_info( const ColorShifts *color_shifts, BITMAPINFO *info )
 }
 
 /* copy the image bits, fixing up alignment and byte swapping as necessary */
- DWORD copy_image_bits( BITMAPINFO *info, const ColorShifts *color_shifts, XImage *image,
+static DWORD copy_image_bits( BITMAPINFO *info, const ColorShifts *color_shifts, XImage *image,
                               const struct gdi_image_bits *src_bits, struct gdi_image_bits *dst_bits,
                               unsigned int zeropad_mask )
 {
-- 
1.7.5.4



More information about the wine-patches mailing list