1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

*** empty log message ***

This commit is contained in:
kojima
2000-02-26 15:03:08 +00:00
parent 0e22fc0293
commit 13b197ff5b

View File

@@ -232,7 +232,7 @@ PropSetIconTileHint(WScreen *scr, RImage *image)
tmp[3] = image->height&0xff;
if (image->format == RRGBAFormat) {
memcpy(image->data, &tmp[4], image->width*image->height*4);
memcpy(&tmp[4], image->data, image->width*image->height*4);
} else {
char *ptr = tmp+4;
char *src = image->data;