1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

reverted the last test commit (duh)

This commit is contained in:
dan
2004-07-16 18:50:58 +00:00
parent 109bb540ec
commit 474c4caf94
42 changed files with 1668 additions and 2053 deletions

View File

@@ -678,8 +678,7 @@ image2StandardPseudoColor(RContext *ctx, RImage *image)
int x1, ofs;
#ifdef DEBUG
printf("pseudo color dithering with %d colors per channel\n",
ctx->attribs->colors_per_channel);
printf("pseudo color dithering with %d colors per channel\n", cpc);
#endif
err = (short*)malloc(3*(image->width+2)*sizeof(short));
nerr = (short*)malloc(3*(image->width+2)*sizeof(short));