ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.502 by sf-exg, Mon Dec 5 12:52:34 2011 UTC vs.
Revision 1.503 by sf-exg, Mon Dec 5 13:36:56 2011 UTC

1709 1709
1710#if ENABLE_FRILLS 1710#if ENABLE_FRILLS
1711void 1711void
1712rxvt_term::set_urgency (bool enable) 1712rxvt_term::set_urgency (bool enable)
1713{ 1713{
1714 if (!(enable || urgency_hint)) 1714 if (enable == urgency_hint)
1715 return; 1715 return;
1716 1716
1717 if (XWMHints *h = XGetWMHints (dpy, parent)) 1717 if (XWMHints *h = XGetWMHints (dpy, parent))
1718 { 1718 {
1719 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0); 1719 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines