]> Dogcows Code - chaz/openbox/commitdiff
init the parent shit in the surface when making a copy
authorDana Jansens <danakj@orodu.net>
Wed, 23 Jul 2003 23:09:11 +0000 (23:09 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 23 Jul 2003 23:09:11 +0000 (23:09 +0000)
render/render.c

index a8539d7a3a94db77f68d381ba748d0c5b8fabbae..eee96da5fcc4a68154c3dcd44f13cef3eab102b2 100644 (file)
@@ -188,6 +188,8 @@ RrAppearance *RrAppearanceCopy(RrAppearance *orig)
 
     spc->interlaced = spo->interlaced;
     spc->border = spo->border;
+    spc->parent = NULL;
+    spc->parentx = spc->parenty = 0;
     spc->RrPixel_data = NULL;
 
     copy->textures = orig->textures;
This page took 0.022008 seconds and 4 git commands to generate.