author | arg@localhost.localdomain |
Sat, 06 Dec 2008 16:20:14 +0000 | |
changeset 1369 | 79bf47074a49 |
parent 1368 | 94032e7d3943 |
child 1370 | 6d6ed7a9183c |
--- a/dwm.c Sat Dec 06 11:22:30 2008 +0000 +++ b/dwm.c Sat Dec 06 16:20:14 2008 +0000 @@ -1651,7 +1651,7 @@ XWMHints *wmh; if((wmh = XGetWMHints(dpy, c->win))) { - if(ISVISIBLE(c) && wmh->flags & XUrgencyHint) { + if(c == sel && wmh->flags & XUrgencyHint) { wmh->flags &= ~XUrgencyHint; XSetWMHints(dpy, c->win, wmh); }