projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9522201
)
can't call ob_debug from libobrender...
author
Mikael Magnusson
<mikachu@comhem.se>
Thu, 3 Aug 2006 13:51:19 +0000
(13:51 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Thu, 3 Aug 2006 13:51:19 +0000
(13:51 +0000)
render/render.c
patch
|
blob
|
history
diff --git
a/render/render.c
b/render/render.c
index 1f4a2bb1228ed452d6866d7aca1bcf652ecc9cee..e97f78559a7a21161a23b59d2e6dcb909cd4cc58 100644
(file)
--- a/
render/render.c
+++ b/
render/render.c
@@
-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);