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.457 by sf-exg, Tue Jun 21 12:03:56 2016 UTC vs.
Revision 1.458 by sf-exg, Sat Jul 15 08:16:22 2017 UTC

1714 1714
1715 if (rvideo_state != on) 1715 if (rvideo_state != on)
1716 { 1716 {
1717 rvideo_state = on; 1717 rvideo_state = on;
1718 1718
1719#if OFF_FOCUS_FADING
1720 if (rs[Rs_fade])
1721 {
1722 ::swap (pix_colors_focused[Color_fg], pix_colors_focused[Color_bg]);
1723 ::swap (pix_colors_unfocused[Color_fg], pix_colors_unfocused[Color_bg]);
1724 }
1725 else
1726#endif
1719 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]); 1727 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]);
1720#ifdef HAVE_IMG 1728#ifdef HAVE_IMG
1721 if (bg_img == 0) 1729 if (bg_img == 0)
1722#endif 1730#endif
1723 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 1731 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines