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.168 by root, Thu Aug 11 13:23:06 2005 UTC vs.
Revision 1.169 by root, Tue Oct 25 19:04:46 2005 UTC

2553 return; 2553 return;
2554 2554
2555 num_scr_allow = 0; 2555 num_scr_allow = 0;
2556 want_refresh = 1; 2556 want_refresh = 1;
2557 2557
2558#if TRANSPARENT
2559 if ((options & Opt_transparent) && (am_pixmap_trans == 0))
2560 {
2561 int i;
2562
2563 if (!(options & Opt_transparent_all))
2564 i = 0;
2565 else
2566 i = (int) (sizeof (TermWin.parent) / sizeof (Window));
2567
2568 while (i--)
2569 if (TermWin.parent[i] != None)
2570 XClearWindow (display->display, TermWin.parent[i]);
2571 }
2572#endif
2573
2574 if (really) 2558 if (really)
2575 XClearWindow (display->display, TermWin.vt); 2559 XClearWindow (display->display, TermWin.vt);
2576} 2560}
2577 2561
2578/* ------------------------------------------------------------------------- */ 2562/* ------------------------------------------------------------------------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines