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.299 by root, Wed Jan 23 06:49:30 2008 UTC vs.
Revision 1.300 by ayin, Sun Jan 27 22:48:33 2008 UTC

2474 2474
2475 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]); 2475 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]);
2476 XClearWindow (dpy, parent[0]); 2476 XClearWindow (dpy, parent[0]);
2477 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 2477 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
2478 2478
2479# if HAVE_SCROLLBARS
2480 if (scrollBar.win) 2479 if (scrollBar.win)
2481 { 2480 {
2482 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]); 2481 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);
2483 scrollBar.setIdle (); 2482 scrollBar.setIdle ();
2484 scrollbar_show (0); 2483 scrollbar_show (0);
2485 } 2484 }
2486# endif
2487 2485
2488 scr_clear (); 2486 scr_clear ();
2489 scr_touch (true); 2487 scr_touch (true);
2490 want_refresh = 1; 2488 want_refresh = 1;
2491 2489

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines