can fit on one line
This commit is contained in:
parent
7bd747389d
commit
c95a4e604c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue