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.321 by root, Tue May 1 21:30:01 2007 UTC vs.
Revision 1.322 by ayin, Wed May 2 23:06:32 2007 UTC

1738#if OFF_FOCUS_FADING 1738#if OFF_FOCUS_FADING
1739 if (rs[Rs_fade]) 1739 if (rs[Rs_fade])
1740 { 1740 {
1741 pix_colors = pix_colors_focused; 1741 pix_colors = pix_colors_focused;
1742 scr_recolour (); 1742 scr_recolour ();
1743 }
1744#endif
1745#if ENABLE_FRILLS
1746 if (option (Opt_urgentOnBell))
1747 {
1748 XWMHints *h;
1749
1750 h = XGetWMHints(dpy, parent[0]);
1751 if (h != NULL)
1752 {
1753 h->flags &= ~XUrgencyHint;
1754 XSetWMHints(dpy, parent[0], h);
1755 }
1743 } 1756 }
1744#endif 1757#endif
1745 } 1758 }
1746} 1759}
1747 1760

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines