]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
fix subsequent silly typo, should now compile as well as work
[chaz/openbox] / 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) {
-        ob_debug("Invalid parent co-ordinates\n");
+        /* ob_debug("Invalid parent co-ordinates\n"); */
         return;
     }
     resized = (a->w != w || a->h != h);
This page took 0.02517 seconds and 4 git commands to generate.