commit 6cd35210a292dfd8bd549f81adb101bcfeb20ffb
parent c32e978ebbdd593f0327e5d42fea70251e21c7d0
Author: Sander van Dijk <sander@wmii.de>
Date: Mon, 27 Mar 2006 20:40:05 +0200
little hack to update the taglabel on (un)set of colmax when there's only one client in the column
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c
@@ -1330,6 +1330,8 @@ xwrite(IXPConn *c, Fcall *fcall)
return Ebadvalue;
view[i1]->area[i2]->mode = i;
arrange_column(view[i1]->area[i2]);
+ if(view[i1]->area[i2]->nframe == 1) /* little hack to update the taglabel */
+ draw_client(view[i1]->area[i2]->frame[view[i1]->area[i2]->sel]->client);
break;
case FsFevent:
if(fcall->count > sizeof(buf))