# HG changeset patch # User Anselm R. Garbe # Date 1172138382 -3600 # Node ID 21562c2567a60c78723fb7fa3e0ddf7807fc79d5 # Parent 013954d9fe7ac6313d8a617828415d3b8f80c64b status needs update even in togglemax() - since we got an indicator for this diff -r 013954d9fe7a -r 21562c2567a6 layout.c --- a/layout.c Thu Feb 22 10:57:19 2007 +0100 +++ b/layout.c Thu Feb 22 10:59:42 2007 +0100 @@ -206,6 +206,7 @@ } else resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True); + drawstatus(); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); }