summaryrefslogtreecommitdiff
blob: 0995176ce929bc2416cfa3a24144e30cfba43ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.gentoo.org/319253

--- src/wxcommon/wxJPEG.cxx
+++ src/wxcommon/wxJPEG.cxx
@@ -726,7 +726,7 @@
        png_set_strip_16(png_ptr);
 
      /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */
-     png_set_gray_1_2_4_to_8(png_ptr);
+     png_set_expand_gray_1_2_4_to_8(png_ptr);
    }
 
    /* Set the background color to draw transparent and alpha images over.