Mercurial > hg > xemacs-beta
diff src/imgproc.h @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 8efd647ea9ca |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/imgproc.h Mon Aug 13 10:26:31 2007 +0200 +++ b/src/imgproc.h Mon Aug 13 10:27:19 2007 +0200 @@ -59,4 +59,4 @@ #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT]) -quant_table *EImage_build_quantable(unsigned char *eimage, int width, int height, int num_colors); +quant_table *build_EImage_quantable(unsigned char *eimage, int width, int height, int num_colors);