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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.310 by root, Wed Jul 23 17:10:07 2008 UTC vs.
Revision 1.311 by root, Wed Oct 15 14:48:22 2008 UTC

1899 XMapWindow (dpy, parent[0]); 1899 XMapWindow (dpy, parent[0]);
1900# endif 1900# endif
1901 1901
1902# if ENABLE_FRILLS 1902# if ENABLE_FRILLS
1903 if (option (Opt_urgentOnBell)) 1903 if (option (Opt_urgentOnBell))
1904 { 1904 set_urgency (1);
1905 if (XWMHints *h = XGetWMHints(dpy, parent[0]))
1906 {
1907 h->flags |= XUrgencyHint;
1908 XSetWMHints (dpy, parent[0], h);
1909 }
1910 }
1911# endif 1905# endif
1912 1906
1913 if (option (Opt_visualBell)) 1907 if (option (Opt_visualBell))
1914 { 1908 {
1915 rvideo_bell = true; 1909 rvideo_bell = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines