commit f22d6445dd79e441b896ae28493a48577765ff7c
parent a9033060265953e7cf59c2e8fee82c32749c6ad6
Author: Kris Maglione <bsdaemon@wmii.de>
Date: Fri, 30 Jun 2006 17:04:34 -0400
Sorry, another change to /tag/x/index '<area> <client> <y> <h> ...'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/wm/view.c b/cmd/wm/view.c
@@ -313,8 +313,8 @@ view_index(View *v) {
r->x, r->y, r->width, r->height,
f->client->props);
else
- n = snprintf(&buffer[buf_i], len, "%d %d %d %s\n",
- a_i, idx_of_client(f->client),
+ n = snprintf(&buffer[buf_i], len, "%d %d %d %d %s\n",
+ a_i, idx_of_client(f->client), r->y,
r->height, f->client->props);
if(len - n < 0)
return (unsigned char *)buffer;