src/gui/painting/qblendfunctions.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
--- a/src/gui/painting/qblendfunctions.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/gui/painting/qblendfunctions.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -254,10 +254,10 @@
     }
 }
 
-static void qt_blend_rgb16_on_rgb16(uchar *dst, int dbpl,
-                                    const uchar *src, int sbpl,
-                                    int w, int h,
-                                    int const_alpha)
+void qt_blend_rgb16_on_rgb16(uchar *dst, int dbpl,
+                             const uchar *src, int sbpl,
+                             int w, int h,
+                             int const_alpha)
 {
 #ifdef QT_DEBUG_DRAW
     printf("qt_blend_rgb16_on_rgb16: dst=(%p, %d), src=(%p, %d), dim=(%d, %d) alpha=%d\n",