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.269 by ayin, Wed May 2 23:06:32 2007 UTC vs.
Revision 1.270 by root, Tue Jun 26 00:40:19 2007 UTC

1651 1651
1652 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]); 1652 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]);
1653#if XPM_BACKGROUND 1653#if XPM_BACKGROUND
1654 if (bgPixmap.pixmap == None) 1654 if (bgPixmap.pixmap == None)
1655#endif 1655#endif
1656#if TRANSPARENT 1656#if ENABLE_TRANSPARENCY
1657 if (!option (Opt_transparent) || am_transparent == 0) 1657 if (!option (Opt_transparent) || am_transparent == 0)
1658#endif 1658#endif
1659 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 1659 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
1660 1660
1661 XGCValues gcvalue; 1661 XGCValues gcvalue;
2008 refresh_count = 0; 2008 refresh_count = 0;
2009 2009
2010#if XPM_BACKGROUND 2010#if XPM_BACKGROUND
2011 have_bg |= bgPixmap.pixmap != None; 2011 have_bg |= bgPixmap.pixmap != None;
2012#endif 2012#endif
2013#if TRANSPARENT 2013#if ENABLE_TRANSPARENCY
2014 have_bg |= option (Opt_transparent) && am_transparent; 2014 have_bg |= option (Opt_transparent) && am_transparent;
2015#endif 2015#endif
2016 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 2016 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
2017 2017
2018 /* 2018 /*
2482 2482
2483void 2483void
2484rxvt_term::scr_recolour () NOTHROW 2484rxvt_term::scr_recolour () NOTHROW
2485{ 2485{
2486 if (1 2486 if (1
2487#if TRANSPARENT 2487#if ENABLE_TRANSPARENCY
2488 && !am_transparent 2488 && !am_transparent
2489#endif 2489#endif
2490#if XPM_BACKGROUND 2490#if XPM_BACKGROUND
2491 && !bgPixmap.pixmap 2491 && !bgPixmap.pixmap
2492#endif 2492#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines