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.302 by sasha, Wed Feb 6 16:44:47 2008 UTC vs.
Revision 1.304 by ayin, Tue Feb 19 10:47:03 2008 UTC

1992 return; 1992 return;
1993 1993
1994 /* 1994 /*
1995 * A: set up vars 1995 * A: set up vars
1996 */ 1996 */
1997 refresh_count = 0;
1998
1997 have_bg = 0; 1999 have_bg = 0;
1998 refresh_count = 0;
1999
2000#ifdef HAVE_BG_PIXMAP 2000#ifdef HAVE_BG_PIXMAP
2001 have_bg |= bgPixmap.pixmap != None; 2001 have_bg = bgPixmap.pixmap != None;
2002#endif 2002#endif
2003 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 2003 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
2004 2004
2005 /* 2005 /*
2006 * B: reverse any characters which are selected 2006 * B: reverse any characters which are selected
2478 2478
2479 if (scrollBar.win) 2479 if (scrollBar.win)
2480 { 2480 {
2481 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]); 2481 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);
2482 scrollBar.state = STATE_IDLE; 2482 scrollBar.state = STATE_IDLE;
2483 scrollbar_show (0); 2483 scrollBar.show (0);
2484 } 2484 }
2485 2485
2486#endif 2486#endif
2487 2487
2488 /* bgPixmap.apply () does not do the following : */ 2488 /* bgPixmap.apply () does not do the following : */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines