]> Dogcows Code - chaz/openbox/commitdiff
can't call ob_debug from libobrender...
authorMikael Magnusson <mikachu@comhem.se>
Thu, 3 Aug 2006 13:51:19 +0000 (13:51 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 3 Aug 2006 13:51:19 +0000 (13:51 +0000)
render/render.c

index 1f4a2bb1228ed452d6866d7aca1bcf652ecc9cee..e97f78559a7a21161a23b59d2e6dcb909cd4cc58 100644 (file)
@@ -48,7 +48,7 @@ void RrPaint(RrAppearance *a, Window win, gint w, gint h)
     if (w <= 0 || h <= 0) return;
 
     if (a->surface.parentx < 0 || a->surface.parenty < 0) {
     if (w <= 0 || h <= 0) return;
 
     if (a->surface.parentx < 0 || a->surface.parenty < 0) {
-        ob_debug("Invalid parent co-ordinates\n");
+        /* ob_debug("Invalid parent co-ordinates\n"); */
         return;
     }
     resized = (a->w != w || a->h != h);
         return;
     }
     resized = (a->w != w || a->h != h);
This page took 0.028451 seconds and 4 git commands to generate.