--- rxvt-unicode/src/command.C 2007/05/01 21:30:01 1.321 +++ rxvt-unicode/src/command.C 2007/05/02 23:06:32 1.322 @@ -1742,6 +1742,19 @@ scr_recolour (); } #endif +#if ENABLE_FRILLS + if (option (Opt_urgentOnBell)) + { + XWMHints *h; + + h = XGetWMHints(dpy, parent[0]); + if (h != NULL) + { + h->flags &= ~XUrgencyHint; + XSetWMHints(dpy, parent[0], h); + } + } +#endif } }