[hackers] [dwm] applied yiyus fix || arg

From: <hg_AT_suckless.org>
Date: Sat, 6 Dec 2008 16:20:17 +0000 (UTC)

changeset: 1369:79bf47074a49
tag: tip
user: arg_AT_localhost.localdomain
date: Sat Dec 06 16:20:14 2008 +0000
files: dwm.c
description:
applied yiyus fix

diff -r 94032e7d3943 -r 79bf47074a49 dwm.c
--- 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);
                 }
Received on Sat Dec 06 2008 - 16:20:17 UTC

This archive was generated by hypermail 2.2.0 : Sat Dec 06 2008 - 16:24:07 UTC