tchanged restack, to fix undrawed tag indicators - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 72faa1919e34ffeebb1ca35ae8c2c24b700dcf66
DIR parent f8181f64e2ba4fca4e85036c48cf90a2151794fc
HTML Author: Anselm R. Garbe <arg@suckless.org>
Date: Mon, 15 Jan 2007 12:07:18 +0100
changed restack, to fix undrawed tag indicators
Diffstat:
M view.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
DIR diff --git a/view.c b/view.c
t@@ -185,10 +185,9 @@ restack(void) {
Client *c;
XEvent ev;
- if(!sel) {
- drawstatus();
+ drawstatus();
+ if(!sel)
return;
- }
if(sel->isfloat || arrange == dofloat)
XRaiseWindow(dpy, sel->win);
if(arrange != dofloat) {