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.497 by sf-exg, Thu Sep 1 08:11:26 2011 UTC vs.
Revision 1.498 by sf-exg, Fri Sep 30 13:31:21 2011 UTC

1716 if (XWMHints *h = XGetWMHints (dpy, parent)) 1716 if (XWMHints *h = XGetWMHints (dpy, parent))
1717 { 1717 {
1718 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0); 1718 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);
1719 XSetWMHints (dpy, parent, h); 1719 XSetWMHints (dpy, parent, h);
1720 urgency_hint = enable; 1720 urgency_hint = enable;
1721 XFree (h);
1721 } 1722 }
1722} 1723}
1723#endif 1724#endif
1724 1725
1725void 1726void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines