From c60de1acd47778b4835c14898fd8b1803537f9b3 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 6 Sep 2006 12:10:43 +0200 Subject: drawstatus even if no client exists --- view.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view.c') diff --git a/view.c b/view.c index 3b5abba..e74d4bc 100644 --- a/view.c +++ b/view.c @@ -218,8 +218,10 @@ restack() Client *c; XEvent ev; - if(!sel) + if(!sel) { + drawstatus(); return; + } if(sel->isfloat || arrange == dofloat) { XRaiseWindow(dpy, sel->win); XRaiseWindow(dpy, sel->twin); -- cgit 1.4.1-2-gfad0 ik/mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/archive/1.vm/043space.cc
blob: bd931701dda4b924af06b9ef7c5ead6c596d4a16 (plain) (tree)
1
2
3
4
5
6
7
8
9