all repos — openbox @ 9b1943f1feff3f1ed50f9a4039925a9956ada63c

openbox fork - make it a bit more like ryudo

copy textures in appearance_copy
Derek Foreman manmower@gmail.com
commit

9b1943f1feff3f1ed50f9a4039925a9956ada63c

parent

8c8c40e270fa2e2ecc423e59191c99f5b97d8d75

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/render.crender/render.c

@@ -177,7 +177,7 @@ spc->pixel_data = NULL;

break; } copy->textures = orig->textures; - copy->texture = NULL; /* XXX FIX ME */ + memcpy(copy->texture, orig->texture, orig->textures * sizeof(Texture)); copy->pixmap = None; copy->xftdraw = NULL; return copy;