all repos — openbox @ 9352747a3cedd4ac3643876ca70174089a13bdb8

openbox fork - make it a bit more like ryudo

init the parent shit in the surface when making a copy
Dana Jansens danakj@orodu.net
commit

9352747a3cedd4ac3643876ca70174089a13bdb8

parent

aca18d48b9b554311edc9f9764e98dc15833699d

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

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

@@ -188,6 +188,8 @@ else spc->bevel_light = NULL;

spc->interlaced = spo->interlaced; spc->border = spo->border; + spc->parent = NULL; + spc->parentx = spc->parenty = 0; spc->RrPixel_data = NULL; copy->textures = orig->textures;