can fit on one line

This commit is contained in:
Dana Jansens 2003-03-19 07:58:52 +00:00
parent 7bd747389d
commit c95a4e604c

View file

@ -192,8 +192,7 @@ Appearance *appearance_copy(Appearance *orig)
break;
}
copy->textures = orig->textures;
copy->texture = g_memdup(orig->texture,
orig->textures * sizeof(Texture));
copy->texture = g_memdup(orig->texture, orig->textures * sizeof(Texture));
copy->pixmap = None;
copy->xftdraw = NULL;
return copy;