summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-27 15:28:16 +0000
committerDana Jansens <danakj@orodu.net>2007-05-27 15:28:16 +0000
commit8e19e99ac8e5a4e7e9721b10447c4b90f17c2c8f (patch)
treef1e8c658cde39ee4ff7e18e698ab524903cb2600 /openbox
parent2521fd24c59d1f526cb355952801c3afcf7b9e1f (diff)
debug print modified and the confignotify test
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 1683c608..aa0d8faf 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -1110,8 +1110,8 @@ static void client_get_area(ObClient *self)
POINT_SET(self->root_pos, wattrib.x, wattrib.y);
self->border_width = wattrib.border_width;
- ob_debug("client area: %d %d %d %d\n", wattrib.x, wattrib.y,
- wattrib.width, wattrib.height);
+ ob_debug("client area: %d %d %d %d bw %d\n", wattrib.x, wattrib.y,
+ wattrib.width, wattrib.height, wattrib.border_width);
}
static void client_get_desktop(ObClient *self)