projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd7473
)
can fit on one line
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:58:52 +0000
(07:58 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 07:58:52 +0000
(07:58 +0000)
render/render.c
patch
|
blob
|
history
diff --git
a/render/render.c
b/render/render.c
index b048bcecd0448ae77372a042bc06220757811c39..09d31b9c816540c26aab5e9b9e1fb9c9ff11aa60 100644
(file)
--- a/
render/render.c
+++ b/
render/render.c
@@
-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;