can't call ob_debug from libobrender...
This commit is contained in:
parent
95222014e2
commit
e3c52da8c3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue